COLOR #AAB593

HEX: #AAB593
RGB: (170,181,147)

Renk bilgisi

#AAB593 contains red, green and blue colors in about the same proportion. #AAB593 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#AAB593 color RGB value is (170,181,147).

  • kırmız ton 170;
  • yeşil ton 181;
  • mavi ton 147.
RGB:
(170,181,147)
(67%,71%,58%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 181 of 255 = 71%
B 147 of 255 = 58%

170
181
147

R + G + B ~ 65%. #AAB593 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 181 + 147 = 498 (100%)
R 170 of 498 ~ 34.14%
G 181 of 498 ~ 36.35%
B 147 of 498 ~ 29.52%

%34.14
%36.35
%29.52

CMYK RENK MODELİ

#AAB593 rengi CMYK tonu (6,0,19,29).

  • camgöbeği tonu 6.08%
  • eflatun tonu 0.00%
  • sarı tonu 18.78%
  • ana renk tonu 29.02%
CMYK:
(6,0,19,29)
C6M0Y19K29 
(6%,0%,19%,29%)
(0.06/0.00/0.19/0.29)	

CMYK yüzdeleri

%6.08
%0
%18.78
%29.02

Codes

Color #AAB593 in popluar color models

AAB593
RGB170181147
HSL79°18.68%64.31%
HSB/HSV79°18.78%70.98%
CMYK6.08%0.00%18.78%
29.02%

Color #AAB593 in popluar number systems.

HEXAAB593
Decimal170181147
Binary101010101011010110010011
Octal252265223

Shades and tints

Shades of #AAB593

#AAB593
(170,181,147)
#9BA586
(155,165,134)
#8C9579
(140,149,121)
#7D856C
(125,133,108)
#6E755F
(110,117,95)
#5F6552
(95,101,82)
#505545
(80,85,69)
#414538
(65,69,56)
#32352B
(50,53,43)
#23251E
(35,37,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AAB593

#AAB593
(170,181,147)
#B1BB9C
(177,187,156)
#B8C1A5
(184,193,165)
#BFC7AE
(191,199,174)
#C6CDB7
(198,205,183)
#CDD3C0
(205,211,192)
#D4D9C9
(212,217,201)
#DBDFD2
(219,223,210)
#E2E5DB
(226,229,219)
#E9EBE4
(233,235,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB593 color. Also use rgb(170,181,147) instead hex code.

Text Font Color

.myTextColor { color: #AAB593; }

<p style="color:#AAB593">This sample text font color is #AAB593.</p>

This text font color is #AAB593.


Background Color

.myBgColor { background-color: #AAB593; }

<div style="background-color:#AAB593">Inner text</div>

This div background color is #AAB593.


Border color

.myBorderColor { border: 1px solid #AAB593; }

<div style="border:3px solid #AAB593">Div</div>

This div border color is #AAB593.


Opacity

.myOpacity80 { color: #AAB593; opacity: 0.8; }

<p style="color:#AAB593;opacity:0.8;">80%</p>

Text with #AAB593 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AAB593;}

<p style="text-shadow: 3px 3px 1px #AAB593">Text here.</p>

This text has shadow with #AAB593 color.

.textShadow {text-shadow: 3px 3px 1px #AAB593, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAB593, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAB593 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAB593, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAB593, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAB593 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AAB593;
  -webkit-box-shadow:	1px 1px 3px 2px #AAB593;
  box-shadow:		1px 1px 3px 2px #AAB593;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAB593;
-webkit-box-shadow: 1px 1px 3px 2px #AAB593;
box-shadow:1px 1px 3px 2px #AAB593;">
Div content here</div>
This div box has shadow with color #AAB593.

Preview

Color preview on black background

This text has color #AAB593 on black background.


Color preview on white background

This text has color #AAB593 on white background.



Black color preview on #AAB593 background

This text has black color on #AAB593 background.


White color preview on #AAB593 background

This text has white color on #AAB593 background.