Html Css Color HEX #ADCAA8 Zanah

📋 copy color: '#ADCAA8'

red 173 ◦ green 202 ◦ blue 168

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

Shades of Zanah #ADCAA8

Tints of Zanah #ADCAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.2%

 BLUE value IS 168 (66.02% from 255) = 30.94%

R = 31.86%
G = 37.2%
B = 30.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#ADCAA8 (or 0xADCAA8) is known color: Zanah. HEX triplet: AD, CA and A8. RGB value is (173,202,168). Sum of RGB (Red+Green+Blue) = 173+202+168=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAA8 is #523557. Grayscale: #BDBDBD. Windows color (decimal): -5387608 or 11061933. OLE color: 11061933.

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

Color convert

RGB 173 202 168 -
CMYK 0.14 0 0.17 0.21
HSL 111.18º 0.24% 0.73% -
HSV(B) 111.18º 0.17% 0.79% -
XYZ 45.42 53.95 45.07 -
YUV 189.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 173 202 168 0.14 0 0.17 0.21 111.18 0.24 0.73
Hex AD CA A8 E 0 11 15 6F 18 49
Octal 255 312 250 16 0 21 25 157 30 111
Binary 10101101 11001010 10101000 1110 0 10001 10101 1101111 11000 1001001

Color Harmonies of #ADCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAA8

Black with #ADCAA8

Text Example


Text Example

White with #ADCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAA8; }

 p { color: rgb(173,202,168); }

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

background-color css

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

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

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

border-color css

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

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

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