Html Css Color HEX #ACC2AC Zanah

📋 copy color: '#ACC2AC'

red 172 ◦ green 194 ◦ blue 172

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

Shades of Zanah #ACC2AC

Tints of Zanah #ACC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

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

R = 31.97%
G = 36.06%
B = 31.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#ACC2AC (or 0xACC2AC) is known color: Zanah. HEX triplet: AC, C2 and AC. RGB value is (172,194,172). Sum of RGB (Red+Green+Blue) = 172+194+172=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2AC is #533D53. Grayscale: #B8B8B8. Windows color (decimal): -5455188 or 11322028. OLE color: 11322028.

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

Color convert

RGB 172 194 172 -
CMYK 0.11 0 0.11 0.24
HSL 120º 0.15% 0.72% -
HSV(B) 120º 0.11% 0.76% -
XYZ 43.75 50.33 46.44 -
YUV 184.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 172 194 172 0.11 0 0.11 0.24 120 0.15 0.72
Hex AC C2 AC B 0 B 18 78 F 48
Octal 254 302 254 13 0 13 30 170 17 110
Binary 10101100 11000010 10101100 1011 0 1011 11000 1111000 1111 1001000

Color Harmonies of #ACC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2AC

Black with #ACC2AC

Text Example


Text Example

White with #ACC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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