Html Css Color HEX #ACCCAC Zanah

📋 copy color: '#ACCCAC'

red 172 ◦ green 204 ◦ blue 172

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

Shades of Zanah #ACCCAC

Tints of Zanah #ACCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.23%

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

R = 31.39%
G = 37.23%
B = 31.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#ACCCAC (or 0xACCCAC) is known color: Zanah. HEX triplet: AC, CC and AC. RGB value is (172,204,172). Sum of RGB (Red+Green+Blue) = 172+204+172=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCAC is #533353. Grayscale: #BEBEBE. Windows color (decimal): -5452628 or 11324588. OLE color: 11324588.

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

Color convert

RGB 172 204 172 -
CMYK 0.16 0 0.16 0.2
HSL 120º 0.24% 0.74% -
HSV(B) 120º 0.16% 0.8% -
XYZ 46.05 54.93 47.21 -
YUV 190.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 172 204 172 0.16 0 0.16 0.2 120 0.24 0.74
Hex AC CC AC 10 0 10 14 78 18 4A
Octal 254 314 254 20 0 20 24 170 30 112
Binary 10101100 11001100 10101100 10000 0 10000 10100 1111000 11000 1001010

Color Harmonies of #ACCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCAC

Black with #ACCCAC

Text Example


Text Example

White with #ACCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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