#ACC9AD

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

Shades of Zanah #ACC9AD

Tints of Zanah #ACC9AD

Color information

#ACC9AD (or 0xACC9AD) is unknown color: approx Zanah. HEX triplet: AC, C9 and AD. RGB value is (172,201,173). Sum of RGB (Red+Green+Blue) = 172+201+173=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9AD is #533652. Grayscale: #BDBDBD. Windows color (decimal): -5453395 or 11389356. OLE color: 11389356.

HSL color Cylindrical-coordinate representation of color #ACC9AD: hue angle of 122.07º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9AD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB172201173-
CMYK0.1400.140.21
HSL122.07º21.17%73.14%-
HSV(B)122.07º14.43%78.82%-
XYZ45.4453.5647.48-
YUV189.14118.89115.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=31.50%
G=36.81%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011730.1400.140.21122.0721.1773.14
HexACC9ADE0E157a1549
Octal254311255160162517225111
Binary101011001100100110101101111001110101011111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9AD; }

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

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

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

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

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

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

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

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