#ACCCA9

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

Shades of Zanah #ACCCA9

Tints of Zanah #ACCCA9

Color information

#ACCCA9 (or 0xACCCA9) is unknown color: approx Zanah. HEX triplet: AC, CC and A9. RGB value is (172,204,169). Sum of RGB (Red+Green+Blue) = 172+204+169=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA9 is #533356. Grayscale: #BEBEBE. Windows color (decimal): -5452631 or 11127980. OLE color: 11127980.

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

Color convert

RGB172204169-
CMYK0.1600.170.2
HSL114.86º25.55%73.14%-
HSV(B)114.86º17.16%80%-
XYZ45.7754.8245.71-
YUV190.44115.9114.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=31.56%
G=37.43%
B=31.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041690.1600.170.2114.8625.5573.14
HexACCCA91001114731a49
Octal254314251200212416332111
Binary10101100110011001010100110000010001101001110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCA9; }

 p { color: rgb(172,204,169); }

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

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

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

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

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

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

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