#AACAAA

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

Shades of Zanah #AACAAA

Tints of Zanah #AACAAA

Color information

#AACAAA (or 0xAACAAA) is unknown color: approx Zanah. HEX triplet: AA, CA and AA. RGB value is (170,202,170). Sum of RGB (Red+Green+Blue) = 170+202+170=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAAA is #553555. Grayscale: #BCBCBC. Windows color (decimal): -5584214 or 11193002. OLE color: 11193002.

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

Color convert

RGB170202170-
CMYK0.1600.160.21
HSL120º23.19%72.94%-
HSV(B)120º15.84%79.22%-
XYZ44.9553.6946.02-
YUV188.78117.4114.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=31.37%
G=37.27%
B=31.37%

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
Decimal1702021700.1600.160.2112023.1972.94
HexAACAAA1001015781749
Octal252312252200202517027111
Binary10101010110010101010101010000010000101011111000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAAA; }

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

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

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

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

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

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

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

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