Html Css Color HEX #ACC7AC Zanah

📋 copy color: '#ACC7AC'

red 172 ◦ green 199 ◦ blue 172

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

Shades of Zanah #ACC7AC

Tints of Zanah #ACC7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.65%

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

R = 31.68%
G = 36.65%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#ACC7AC (or 0xACC7AC) is known color: Zanah. HEX triplet: AC, C7 and AC. RGB value is (172,199,172). Sum of RGB (Red+Green+Blue) = 172+199+172=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7AC is #533853. Grayscale: #BBBBBB. Windows color (decimal): -5453908 or 11323308. OLE color: 11323308.

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

Color convert

RGB 172 199 172 -
CMYK 0.14 0 0.14 0.22
HSL 120º 0.19% 0.73% -
HSV(B) 120º 0.14% 0.78% -
XYZ 44.88 52.6 46.82 -
YUV 187.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 172 199 172 0.14 0 0.14 0.22 120 0.19 0.73
Hex AC C7 AC E 0 E 16 78 13 49
Octal 254 307 254 16 0 16 26 170 23 111
Binary 10101100 11000111 10101100 1110 0 1110 10110 1111000 10011 1001001

Color Harmonies of #ACC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7AC

Black with #ACC7AC

Text Example


Text Example

White with #ACC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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