#AACAA9

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

Shades of Zanah #AACAA9

Tints of Zanah #AACAA9

Color information

#AACAA9 (or 0xAACAA9) is unknown color: approx Zanah. HEX triplet: AA, CA and A9. RGB value is (170,202,169). Sum of RGB (Red+Green+Blue) = 170+202+169=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA9 is #553556. Grayscale: #BCBCBC. Windows color (decimal): -5584215 or 11127466. OLE color: 11127466.

HSL color Cylindrical-coordinate representation of color #AACAA9: hue angle of 118.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAA9 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB170202169-
CMYK0.1600.160.21
HSL118.18º23.74%72.75%-
HSV(B)118.18º16.34%79.22%-
XYZ44.8653.6545.53-
YUV188.67116.9114.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=31.42%
G=37.34%
B=31.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021690.1600.160.21118.1823.7472.75
HexAACAA91001015761849
Octal252312251200202516630111
Binary10101010110010101010100110000010000101011110110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAA9; }

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

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

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

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

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

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

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

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