Html Css Color HEX #ADC9AD Zanah

📋 copy color: '#ADC9AD'

red 173 ◦ green 201 ◦ blue 173

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

Shades of Zanah #ADC9AD

Tints of Zanah #ADC9AD

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 value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

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

RGB 173 201 173 -
CMYK 0.14 0 0.14 0.21
HSL 120º 0.21% 0.73% -
HSV(B) 120º 0.14% 0.79% -
XYZ 45.66 53.67 47.49 -
YUV 189.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 173 201 173 0.14 0 0.14 0.21 120 0.21 0.73
Hex AD C9 AD E 0 E 15 78 15 49
Octal 255 311 255 16 0 16 25 170 25 111
Binary 10101101 11001001 10101101 1110 0 1110 10101 1111000 10101 1001001

Color Harmonies of #ADC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9AD

Black with #ADC9AD

Text Example


Text Example

White with #ADC9AD

Text Example


Text Example

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