#ACCCAC

Color #ACCCAC Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ACCCAC

Tints of Zanah #ACCCAC

Color information

#ACCCAC (or 0xACCCAC) is unknown color: approx 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

RGB172204172-
CMYK0.1600.160.2
HSL120º23.88%73.73%-
HSV(B)120º15.69%80%-
XYZ46.0554.9347.21-
YUV190.78117.4114.6-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041720.1600.160.212023.8873.73
HexACCCAC100101478184a
Octal254314254200202417030112
Binary10101100110011001010110010000010000101001111000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>