Html Css Color HEX #ADCAAA Zanah

📋 copy color: '#ADCAAA'

red 173 ◦ green 202 ◦ blue 170

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

Shades of Zanah #ADCAAA

Tints of Zanah #ADCAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 31.74%
G = 37.06%
B = 31.19%

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

#ADCAAA (or 0xADCAAA) is known color: Zanah. HEX triplet: AD, CA and AA. RGB value is (173,202,170). Sum of RGB (Red+Green+Blue) = 173+202+170=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAAA is #523555. Grayscale: #BDBDBD. Windows color (decimal): -5387606 or 11193005. OLE color: 11193005.

HSL color Cylindrical-coordinate representation of color #ADCAAA: hue angle of 114.38º 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 #ADCAAA is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 170 -
CMYK 0.14 0 0.16 0.21
HSL 114.38º 0.23% 0.73% -
HSV(B) 114.38º 0.16% 0.79% -
XYZ 45.61 54.03 46.05 -
YUV 189.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 173 202 170 0.14 0 0.16 0.21 114.38 0.23 0.73
Hex AD CA AA E 0 10 15 72 17 49
Octal 255 312 252 16 0 20 25 162 27 111
Binary 10101101 11001010 10101010 1110 0 10000 10101 1110010 10111 1001001

Color Harmonies of #ADCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAAA

Black with #ADCAAA

Text Example


Text Example

White with #ADCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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