Html Css Color HEX #ADC7AD Zanah

📋 copy color: '#ADC7AD'

red 173 ◦ green 199 ◦ blue 173

#ADC7AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ADC7AD

Tints of Zanah #ADC7AD

RGB

 RED value IS 173 (67.97% from 255) = 31.74%

 GREEN value IS 199 (78.13% 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 value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#ADC7AD (or 0xADC7AD) is known color: 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

RGB 173 199 173 -
CMYK 0.13 0 0.13 0.22
HSL 120º 0.19% 0.73% -
HSV(B) 120º 0.13% 0.78% -
XYZ 45.2 52.75 47.33 -
YUV 188.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 173 199 173 0.13 0 0.13 0.22 120 0.19 0.73
Hex AD C7 AD D 0 D 16 78 13 49
Octal 255 307 255 15 0 15 26 170 23 111
Binary 10101101 11000111 10101101 1101 0 1101 10110 1111000 10011 1001001

Color Harmonies of #ADC7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7AD

Black with #ADC7AD

Text Example


Text Example

White with #ADC7AD

Text Example


Text Example

HTML Codes & Css Web 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>