#ACC2AA

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

Shades of Zanah #ACC2AA

Tints of Zanah #ACC2AA

Color information

#ACC2AA (or 0xACC2AA) is unknown color: approx Zanah. HEX triplet: AC, C2 and AA. RGB value is (172,194,170). Sum of RGB (Red+Green+Blue) = 172+194+170=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2AA is #533D55. Grayscale: #B8B8B8. Windows color (decimal): -5455190 or 11190956. OLE color: 11190956.

HSL color Cylindrical-coordinate representation of color #ACC2AA: hue angle of 115º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC2AA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB172194170-
CMYK0.1100.120.24
HSL115º16.44%71.37%-
HSV(B)115º12.37%76.08%-
XYZ43.5650.2645.43-
YUV184.69119.71118.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=32.09%
G=36.19%
B=31.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941700.1100.120.2411516.4471.37
HexACC2AAB0C18731047
Octal254302252130143016320107
Binary101011001100001010101010101101100110001110011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2AA; }

 p { color: rgb(172,194,170); }

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

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

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

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

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

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

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