#AAC0A9

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

Shades of Zanah #AAC0A9

Tints of Zanah #AAC0A9

Color information

#AAC0A9 (or 0xAAC0A9) is unknown color: approx Zanah. HEX triplet: AA, C0 and A9. RGB value is (170,192,169). Sum of RGB (Red+Green+Blue) = 170+192+169=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0A9 is #553F56. Grayscale: #B6B6B6. Windows color (decimal): -5586775 or 11124906. OLE color: 11124906.

HSL color Cylindrical-coordinate representation of color #AAC0A9: hue angle of 117.39º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC0A9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB170192169-
CMYK0.1100.120.25
HSL117.39º15.44%70.78%-
HSV(B)117.39º11.98%75.29%-
XYZ42.5949.1144.77-
YUV182.8120.21118.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 169 (66.41% from 255) = 31.83%
R=32.02%
G=36.16%
B=31.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921690.1100.120.25117.3915.4470.78
HexAAC0A9B0C1975f47
Octal252300251130143116517107
Binary10101010110000001010100110110110011001111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0A9; }

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

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

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

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

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

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

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

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