Html Css Color HEX #ACC9AC Zanah

📋 copy color: '#ACC9AC'

red 172 ◦ green 201 ◦ blue 172

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

Shades of Zanah #ACC9AC

Tints of Zanah #ACC9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.56%

R = 31.56%
G = 36.88%
B = 31.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#ACC9AC (or 0xACC9AC) is known color: Zanah. HEX triplet: AC, C9 and AC. RGB value is (172,201,172). Sum of RGB (Red+Green+Blue) = 172+201+172=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9AC is #533653. Grayscale: #BDBDBD. Windows color (decimal): -5453396 or 11323820. OLE color: 11323820.

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

Color convert

RGB 172 201 172 -
CMYK 0.14 0 0.14 0.21
HSL 120º 0.21% 0.73% -
HSV(B) 120º 0.14% 0.79% -
XYZ 45.35 53.52 46.97 -
YUV 189.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 172 201 172 0.14 0 0.14 0.21 120 0.21 0.73
Hex AC C9 AC E 0 E 15 78 15 49
Octal 254 311 254 16 0 16 25 170 25 111
Binary 10101100 11001001 10101100 1110 0 1110 10101 1111000 10101 1001001

Color Harmonies of #ACC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9AC

Black with #ACC9AC

Text Example


Text Example

White with #ACC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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