Html Css Color HEX #ACC4AC Zanah

📋 copy color: '#ACC4AC'

red 172 ◦ green 196 ◦ blue 172

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

Shades of Zanah #ACC4AC

Tints of Zanah #ACC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.3%

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

R = 31.85%
G = 36.3%
B = 31.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#ACC4AC (or 0xACC4AC) is known color: Zanah. HEX triplet: AC, C4 and AC. RGB value is (172,196,172). Sum of RGB (Red+Green+Blue) = 172+196+172=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4AC is #533B53. Grayscale: #BABABA. Windows color (decimal): -5454676 or 11322540. OLE color: 11322540.

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

Color convert

RGB 172 196 172 -
CMYK 0.12 0 0.12 0.23
HSL 120º 0.17% 0.72% -
HSV(B) 120º 0.12% 0.77% -
XYZ 44.2 51.23 46.59 -
YUV 186.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 172 196 172 0.12 0 0.12 0.23 120 0.17 0.72
Hex AC C4 AC C 0 C 17 78 11 48
Octal 254 304 254 14 0 14 27 170 21 110
Binary 10101100 11000100 10101100 1100 0 1100 10111 1111000 10001 1001000

Color Harmonies of #ACC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4AC

Black with #ACC4AC

Text Example


Text Example

White with #ACC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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