#ACC8AD

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

Shades of Zanah #ACC8AD

Tints of Zanah #ACC8AD

Color information

#ACC8AD (or 0xACC8AD) is unknown color: approx Zanah. HEX triplet: AC, C8 and AD. RGB value is (172,200,173). Sum of RGB (Red+Green+Blue) = 172+200+173=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AD is #533752. Grayscale: #BCBCBC. Windows color (decimal): -5453651 or 11389100. OLE color: 11389100.

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

Color convert

RGB172200173-
CMYK0.1400.140.22
HSL122.14º20.29%72.94%-
HSV(B)122.14º14%78.43%-
XYZ45.2153.147.4-
YUV188.55119.22116.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=31.56%
G=36.70%
B=31.74%

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
Decimal1722001730.1400.140.22122.1420.2972.94
HexACC8ADE0E167a1449
Octal254310255160162617224111
Binary101011001100100010101101111001110101101111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8AD; }

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

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

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

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

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

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

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

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