#ACC8AC

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

Shades of Zanah #ACC8AC

Tints of Zanah #ACC8AC

Color information

#ACC8AC (or 0xACC8AC) is unknown color: approx Zanah. HEX triplet: AC, C8 and AC. RGB value is (172,200,172). Sum of RGB (Red+Green+Blue) = 172+200+172=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AC is #533753. Grayscale: #BCBCBC. Windows color (decimal): -5453652 or 11323564. OLE color: 11323564.

HSL color Cylindrical-coordinate representation of color #ACC8AC: hue angle of 120º degrees, saturation: 0.2, 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 #ACC8AC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB172200172-
CMYK0.1400.140.22
HSL120º20.29%72.94%-
HSV(B)120º14%78.43%-
XYZ45.1153.0646.89-
YUV188.44118.72116.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=31.62%
G=36.76%
B=31.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001720.1400.140.2212020.2972.94
HexACC8ACE0E16781449
Octal254310254160162617024111
Binary101011001100100010101100111001110101101111000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8AC; }

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

 H1.HeaderClassName
 {
   color: #ACC8AC;
 }
 .AnyTagClassName
 {
   color: #ACC8AC;
 }
</style>
background-color css

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

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

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

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

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

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