#AACCA9

Color #AACCA9 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #AACCA9

Tints of Zanah #AACCA9

Color information

#AACCA9 (or 0xAACCA9) is unknown color: approx Zanah. HEX triplet: AA, CC and A9. RGB value is (170,204,169). Sum of RGB (Red+Green+Blue) = 170+204+169=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCA9 is #553356. Grayscale: #BDBDBD. Windows color (decimal): -5583703 or 11127978. OLE color: 11127978.

HSL color Cylindrical-coordinate representation of color #AACCA9: hue angle of 118.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCA9 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB170204169-
CMYK0.1700.170.2
HSL118.29º25.55%73.14%-
HSV(B)118.29º17.16%80%-
XYZ45.3354.645.69-
YUV189.84116.24113.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=31.31%
G=37.57%
B=31.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041690.1700.170.2118.2925.5573.14
HexAACCA91101114761a49
Octal252314251210212416632111
Binary10101010110011001010100110001010001101001110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCA9; }

 p { color: rgb(170,204,169); }

 H1.HeaderClassName
 {
   color: #AACCA9;
 }
 .AnyTagClassName
 {
   color: #AACCA9;
 }
</style>
background-color css

<style>
 a { background-color: #AACCA9; }

 a { background-color: rgb(170,204,169); }

 div.DivClassName
 {
   background-color: #AACCA9;
 }
 .BgClassName
 {
   background-color: #AACCA9;
 }
</style>
border-color css

<style>
 span { border-color: #AACCA9; }

 span { border-color: rgb(170,204,169); }

 td.TdClassName
 {
   border-color: #AACCA9;
 }
 .TagClassName
 {
   border-color: #AACCA9;
 }
</style>