#ACC5A9

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

Shades of Zanah #ACC5A9

Tints of Zanah #ACC5A9

Color information

#ACC5A9 (or 0xACC5A9) is unknown color: approx Zanah. HEX triplet: AC, C5 and A9. RGB value is (172,197,169). Sum of RGB (Red+Green+Blue) = 172+197+169=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5A9 is #533A56. Grayscale: #BABABA. Windows color (decimal): -5454423 or 11126188. OLE color: 11126188.

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

Color convert

RGB172197169-
CMYK0.1300.140.23
HSL113.57º19.44%71.76%-
HSV(B)113.57º14.21%77.25%-
XYZ44.1451.5745.16-
YUV186.33118.22117.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=31.97%
G=36.62%
B=31.41%

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
Decimal1721971690.1300.140.23113.5719.4471.76
HexACC5A9D0E17721348
Octal254305251150162716223110
Binary101011001100010110101001110101110101111110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5A9; }

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

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

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

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

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

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

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

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