Html Css Color HEX #ADC8AD Zanah

📋 copy color: '#ADC8AD'

red 173 ◦ green 200 ◦ blue 173

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

Shades of Zanah #ADC8AD

Tints of Zanah #ADC8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.63%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 31.68%
G = 36.63%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#ADC8AD (or 0xADC8AD) is known color: Zanah. HEX triplet: AD, C8 and AD. RGB value is (173,200,173). Sum of RGB (Red+Green+Blue) = 173+200+173=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8AD is #523752. Grayscale: #BCBCBC. Windows color (decimal): -5388115 or 11389101. OLE color: 11389101.

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

Color convert

RGB 173 200 173 -
CMYK 0.14 0 0.14 0.22
HSL 120º 0.2% 0.73% -
HSV(B) 120º 0.14% 0.78% -
XYZ 45.43 53.21 47.41 -
YUV 188.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 173 200 173 0.14 0 0.14 0.22 120 0.2 0.73
Hex AD C8 AD E 0 E 16 78 14 49
Octal 255 310 255 16 0 16 26 170 24 111
Binary 10101101 11001000 10101101 1110 0 1110 10110 1111000 10100 1001001

Color Harmonies of #ADC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8AD

Black with #ADC8AD

Text Example


Text Example

White with #ADC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8AD; }

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

 H1.HeaderClassName
 {
   color: #ADC8AD;
 }
 .AnyTagClassName
 {
   color: #ADC8AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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