Html Css Color HEX #ACC9AB Zanah

📋 copy color: '#ACC9AB'

red 172 ◦ green 201 ◦ blue 171

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

Shades of Zanah #ACC9AB

Tints of Zanah #ACC9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 31.62%
G = 36.95%
B = 31.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#ACC9AB (or 0xACC9AB) is known color: Zanah. HEX triplet: AC, C9 and AB. RGB value is (172,201,171). Sum of RGB (Red+Green+Blue) = 172+201+171=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9AB is #533654. Grayscale: #BDBDBD. Windows color (decimal): -5453397 or 11258284. OLE color: 11258284.

HSL color Cylindrical-coordinate representation of color #ACC9AB: hue angle of 118º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC9AB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 171 -
CMYK 0.14 0 0.15 0.21
HSL 118º 0.22% 0.73% -
HSV(B) 118º 0.15% 0.79% -
XYZ 45.25 53.48 46.47 -
YUV 188.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 172 201 171 0.14 0 0.15 0.21 118 0.22 0.73
Hex AC C9 AB E 0 F 15 76 16 49
Octal 254 311 253 16 0 17 25 166 26 111
Binary 10101100 11001001 10101011 1110 0 1111 10101 1110110 10110 1001001

Color Harmonies of #ACC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9AB

Black with #ACC9AB

Text Example


Text Example

White with #ACC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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