#AACCAA

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

Shades of Zanah #AACCAA

Tints of Zanah #AACCAA

Color information

#AACCAA (or 0xAACCAA) is unknown color: approx Zanah. HEX triplet: AA, CC and AA. RGB value is (170,204,170). Sum of RGB (Red+Green+Blue) = 170+204+170=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCAA is #553355. Grayscale: #BEBEBE. Windows color (decimal): -5583702 or 11193514. OLE color: 11193514.

HSL color Cylindrical-coordinate representation of color #AACCAA: hue angle of 120º degrees, saturation: 0.25, 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 #AACCAA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB170204170-
CMYK0.1700.170.2
HSL120º25%73.33%-
HSV(B)120º16.67%80%-
XYZ45.4354.6346.18-
YUV189.96116.74113.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

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
Decimal1702041700.1700.170.21202573.33
HexAACCAA1101114781949
Octal252314252210212417031111
Binary10101010110011001010101010001010001101001111000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCAA; }

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

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

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

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

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

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

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

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