Html Css Color HEX #ADC9AB Zanah

📋 copy color: '#ADC9AB'

red 173 ◦ green 201 ◦ blue 171

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

Shades of Zanah #ADC9AB

Tints of Zanah #ADC9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.38%

R = 31.74%
G = 36.88%
B = 31.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#ADC9AB (or 0xADC9AB) is known color: Zanah. HEX triplet: AD, C9 and AB. RGB value is (173,201,171). Sum of RGB (Red+Green+Blue) = 173+201+171=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AB is #523654. Grayscale: #BDBDBD. Windows color (decimal): -5387861 or 11258285. OLE color: 11258285.

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

Color convert

RGB 173 201 171 -
CMYK 0.14 0 0.15 0.21
HSL 116º 0.22% 0.73% -
HSV(B) 116º 0.15% 0.79% -
XYZ 45.47 53.6 46.48 -
YUV 189.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 173 201 171 0.14 0 0.15 0.21 116 0.22 0.73
Hex AD C9 AB E 0 F 15 74 16 49
Octal 255 311 253 16 0 17 25 164 26 111
Binary 10101101 11001001 10101011 1110 0 1111 10101 1110100 10110 1001001

Color Harmonies of #ADC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9AB

Black with #ADC9AB

Text Example


Text Example

White with #ADC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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