Html Css Color HEX #ADC8AB Zanah

📋 copy color: '#ADC8AB'

red 173 ◦ green 200 ◦ blue 171

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

Shades of Zanah #ADC8AB

Tints of Zanah #ADC8AB

RGB

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

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

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

R = 31.8%
G = 36.76%
B = 31.43%

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

#ADC8AB (or 0xADC8AB) is known color: Zanah. HEX triplet: AD, C8 and AB. RGB value is (173,200,171). Sum of RGB (Red+Green+Blue) = 173+200+171=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8AB is #523754. Grayscale: #BCBCBC. Windows color (decimal): -5388117 or 11258029. OLE color: 11258029.

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

Color convert

RGB 173 200 171 -
CMYK 0.14 0 0.14 0.22
HSL 115.86º 0.21% 0.73% -
HSV(B) 115.86º 0.15% 0.78% -
XYZ 45.24 53.13 46.4 -
YUV 188.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 173 200 171 0.14 0 0.14 0.22 115.86 0.21 0.73
Hex AD C8 AB E 0 E 16 74 15 49
Octal 255 310 253 16 0 16 26 164 25 111
Binary 10101101 11001000 10101011 1110 0 1110 10110 1110100 10101 1001001

Color Harmonies of #ADC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8AB

Black with #ADC8AB

Text Example


Text Example

White with #ADC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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