#AAC4A8

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

Shades of Zanah #AAC4A8

Tints of Zanah #AAC4A8

Color information

#AAC4A8 (or 0xAAC4A8) is unknown color: approx Zanah. HEX triplet: AA, C4 and A8. RGB value is (170,196,168). Sum of RGB (Red+Green+Blue) = 170+196+168=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC4A8 is #553B57. Grayscale: #B9B9B9. Windows color (decimal): -5585752 or 11060394. OLE color: 11060394.

HSL color Cylindrical-coordinate representation of color #AAC4A8: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC4A8 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB170196168-
CMYK0.1300.140.23
HSL115.71º19.18%71.37%-
HSV(B)115.71º14.29%76.86%-
XYZ43.3950.8544.57-
YUV185.03118.39117.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 168 (66.02% from 255) = 31.46%
R=31.84%
G=36.70%
B=31.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961680.1300.140.23115.7119.1871.37
HexAAC4A8D0E17741347
Octal252304250150162716423107
Binary101010101100010010101000110101110101111110100100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4A8; }

 p { color: rgb(170,196,168); }

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

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

 a { background-color: rgb(170,196,168); }

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

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

 span { border-color: rgb(170,196,168); }

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