Html Css Color HEX #ADC9A9 Zanah

📋 copy color: '#ADC9A9'

red 173 ◦ green 201 ◦ blue 169

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

Shades of Zanah #ADC9A9

Tints of Zanah #ADC9A9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.02%

 BLUE value IS 169 (66.41% from 255) = 31.12%

R = 31.86%
G = 37.02%
B = 31.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#ADC9A9 (or 0xADC9A9) is known color: Zanah. HEX triplet: AD, C9 and A9. RGB value is (173,201,169). Sum of RGB (Red+Green+Blue) = 173+201+169=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9A9 is #523656. Grayscale: #BDBDBD. Windows color (decimal): -5387863 or 11127213. OLE color: 11127213.

HSL color Cylindrical-coordinate representation of color #ADC9A9: hue angle of 112.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC9A9 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 169 -
CMYK 0.14 0 0.16 0.21
HSL 112.5º 0.23% 0.73% -
HSV(B) 112.5º 0.16% 0.79% -
XYZ 45.28 53.52 45.48 -
YUV 188.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 173 201 169 0.14 0 0.16 0.21 112.5 0.23 0.73
Hex AD C9 A9 E 0 10 15 70 17 49
Octal 255 311 251 16 0 20 25 160 27 111
Binary 10101101 11001001 10101001 1110 0 10000 10101 1110000 10111 1001001

Color Harmonies of #ADC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9A9

Black with #ADC9A9

Text Example


Text Example

White with #ADC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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