#ADC9AA

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

Shades of Zanah #ADC9AA

Tints of Zanah #ADC9AA

Color information

#ADC9AA (or 0xADC9AA) is unknown color: approx Zanah. HEX triplet: AD, C9 and AA. RGB value is (173,201,170). Sum of RGB (Red+Green+Blue) = 173+201+170=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AA is #523655. Grayscale: #BDBDBD. Windows color (decimal): -5387862 or 11192749. OLE color: 11192749.

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

Color convert

RGB173201170-
CMYK0.1400.150.21
HSL114.19º22.3%72.75%-
HSV(B)114.19º15.42%78.82%-
XYZ45.3853.5645.98-
YUV189.09117.22116.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=31.80%
G=36.95%
B=31.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011700.1400.150.21114.1922.372.75
HexADC9AAE0F15721649
Octal255311252160172516226111
Binary101011011100100110101010111001111101011110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9AA; }

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

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

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

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

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

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

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

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