Html Css Color HEX #ACC9A9 Zanah

📋 copy color: '#ACC9A9'

red 172 ◦ green 201 ◦ blue 169

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

Shades of Zanah #ACC9A9

Tints of Zanah #ACC9A9

RGB

 RED value IS 172 (67.58% from 255) = 31.73%

 GREEN value IS 201 (78.91% from 255) = 37.08%

 BLUE value IS 169 (66.41% from 255) = 31.18%

R = 31.73%
G = 37.08%
B = 31.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#ACC9A9 (or 0xACC9A9) is known color: Zanah. HEX triplet: AC, C9 and A9. RGB value is (172,201,169). Sum of RGB (Red+Green+Blue) = 172+201+169=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9A9 is #533656. Grayscale: #BCBCBC. Windows color (decimal): -5453399 or 11127212. OLE color: 11127212.

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

Color convert

RGB 172 201 169 -
CMYK 0.14 0 0.16 0.21
HSL 114.38º 0.23% 0.73% -
HSV(B) 114.38º 0.16% 0.79% -
XYZ 45.06 53.41 45.47 -
YUV 188.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 172 201 169 0.14 0 0.16 0.21 114.38 0.23 0.73
Hex AC C9 A9 E 0 10 15 72 17 49
Octal 254 311 251 16 0 20 25 162 27 111
Binary 10101100 11001001 10101001 1110 0 10000 10101 1110010 10111 1001001

Color Harmonies of #ACC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9A9

Black with #ACC9A9

Text Example


Text Example

White with #ACC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9A9; }

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

 H1.HeaderClassName
 {
   color: #ACC9A9;
 }
 .AnyTagClassName
 {
   color: #ACC9A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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