#ADC9AD

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

Shades of Zanah #ADC9AD

Tints of Zanah #ADC9AD

Color information

#ADC9AD (or 0xADC9AD) is unknown color: approx Zanah. HEX triplet: AD, C9 and AD. RGB value is (173,201,173). Sum of RGB (Red+Green+Blue) = 173+201+173=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AD is #523652. Grayscale: #BDBDBD. Windows color (decimal): -5387859 or 11389357. OLE color: 11389357.

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

Color convert

RGB173201173-
CMYK0.1400.140.21
HSL120º20.59%73.33%-
HSV(B)120º13.93%78.82%-
XYZ45.6653.6747.49-
YUV189.44118.72116.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=31.63%
G=36.75%
B=31.63%

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
Decimal1732011730.1400.140.2112020.5973.33
HexADC9ADE0E15781549
Octal255311255160162517025111
Binary101011011100100110101101111001110101011111000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9AD; }

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

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

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

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

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

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

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

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