#ADC7AD

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

Shades of Zanah #ADC7AD

Tints of Zanah #ADC7AD

Color information

#ADC7AD (or 0xADC7AD) is unknown color: approx Zanah. HEX triplet: AD, C7 and AD. RGB value is (173,199,173). Sum of RGB (Red+Green+Blue) = 173+199+173=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC7AD is #523852. Grayscale: #BCBCBC. Windows color (decimal): -5388371 or 11388845. OLE color: 11388845.

HSL color Cylindrical-coordinate representation of color #ADC7AD: hue angle of 120º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7AD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB173199173-
CMYK0.1300.130.22
HSL120º18.84%72.94%-
HSV(B)120º13.07%78.04%-
XYZ45.252.7547.33-
YUV188.26119.39117.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=31.74%
G=36.51%
B=31.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991730.1300.130.2212018.8472.94
HexADC7ADD0D16781349
Octal255307255150152617023111
Binary101011011100011110101101110101101101101111000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7AD; }

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

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

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

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

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

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

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

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