#AACAA8

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

Shades of Zanah #AACAA8

Tints of Zanah #AACAA8

Color information

#AACAA8 (or 0xAACAA8) is unknown color: approx Zanah. HEX triplet: AA, CA and A8. RGB value is (170,202,168). Sum of RGB (Red+Green+Blue) = 170+202+168=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA8 is #553557. Grayscale: #BCBCBC. Windows color (decimal): -5584216 or 11061930. OLE color: 11061930.

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

Color convert

RGB170202168-
CMYK0.1600.170.21
HSL116.47º24.29%72.55%-
HSV(B)116.47º16.83%79.22%-
XYZ44.7753.6145.03-
YUV188.56116.4114.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 168 (66.02% from 255) = 31.11%
R=31.48%
G=37.41%
B=31.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021680.1600.170.21116.4724.2972.55
HexAACAA81001115741849
Octal252312250200212516430111
Binary10101010110010101010100010000010001101011110100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAA8; }

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

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

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

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

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

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

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

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