Html Css Color HEX #ACC2AA Zanah

📋 copy color: '#ACC2AA'

red 172 ◦ green 194 ◦ blue 170

#ACC2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ACC2AA

Tints of Zanah #ACC2AA

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.8% from 255) = 31.72%

R = 32.09%
G = 36.19%
B = 31.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#ACC2AA (or 0xACC2AA) is known color: 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

RGB 172 194 170 -
CMYK 0.11 0 0.12 0.24
HSL 115º 0.16% 0.71% -
HSV(B) 115º 0.12% 0.76% -
XYZ 43.56 50.26 45.43 -
YUV 184.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 172 194 170 0.11 0 0.12 0.24 115 0.16 0.71
Hex AC C2 AA B 0 C 18 73 10 47
Octal 254 302 252 13 0 14 30 163 20 107
Binary 10101100 11000010 10101010 1011 0 1100 11000 1110011 10000 1000111

Color Harmonies of #ACC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2AA

Black with #ACC2AA

Text Example


Text Example

White with #ACC2AA

Text Example


Text Example

HTML Codes & Css Web 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>