Html Css Color HEX #ACC0AC Zanah

📋 copy color: '#ACC0AC'

red 172 ◦ green 192 ◦ blue 172

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

Shades of Zanah #ACC0AC

Tints of Zanah #ACC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.82%

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

R = 32.09%
G = 35.82%
B = 32.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#ACC0AC (or 0xACC0AC) is known color: Zanah. HEX triplet: AC, C0 and AC. RGB value is (172,192,172). Sum of RGB (Red+Green+Blue) = 172+192+172=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AC is #533F53. Grayscale: #B7B7B7. Windows color (decimal): -5455700 or 11321516. OLE color: 11321516.

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

Color convert

RGB 172 192 172 -
CMYK 0.10 0 0.10 0.25
HSL 120º 0.14% 0.71% -
HSV(B) 120º 0.1% 0.75% -
XYZ 43.31 49.45 46.29 -
YUV 183.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 172 192 172 0.10 0 0.10 0.25 120 0.14 0.71
Hex AC C0 AC A 0 A 19 78 E 47
Octal 254 300 254 12 0 12 31 170 16 107
Binary 10101100 11000000 10101100 1010 0 1010 11001 1111000 1110 1000111

Color Harmonies of #ACC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0AC

Black with #ACC0AC

Text Example


Text Example

White with #ACC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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