#ADC9AB

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

Shades of Zanah #ADC9AB

Tints of Zanah #ADC9AB

Color information

#ADC9AB (or 0xADC9AB) is unknown color: approx Zanah. HEX triplet: AD, C9 and AB. RGB value is (173,201,171). Sum of RGB (Red+Green+Blue) = 173+201+171=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AB is #523654. Grayscale: #BDBDBD. Windows color (decimal): -5387861 or 11258285. OLE color: 11258285.

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

Color convert

RGB173201171-
CMYK0.1400.150.21
HSL116º21.74%72.94%-
HSV(B)116º14.93%78.82%-
XYZ45.4753.646.48-
YUV189.21117.72116.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=31.74%
G=36.88%
B=31.38%

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
Decimal1732011710.1400.150.2111621.7472.94
HexADC9ABE0F15741649
Octal255311253160172516426111
Binary101011011100100110101011111001111101011110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9AB; }

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

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

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

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

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

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

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

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