Html Css Color HEX #ADCBAA Zanah

📋 copy color: '#ADCBAA'

red 173 ◦ green 203 ◦ blue 170

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

Shades of Zanah #ADCBAA

Tints of Zanah #ADCBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

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

R = 31.68%
G = 37.18%
B = 31.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#ADCBAA (or 0xADCBAA) is known color: Zanah. HEX triplet: AD, CB and AA. RGB value is (173,203,170). Sum of RGB (Red+Green+Blue) = 173+203+170=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAA is #523455. Grayscale: #BEBEBE. Windows color (decimal): -5387350 or 11193261. OLE color: 11193261.

HSL color Cylindrical-coordinate representation of color #ADCBAA: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCBAA is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 170 -
CMYK 0.15 0 0.16 0.20
HSL 114.55º 0.24% 0.73% -
HSV(B) 114.55º 0.16% 0.8% -
XYZ 45.85 54.5 46.13 -
YUV 190.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 173 203 170 0.15 0 0.16 0.20 114.55 0.24 0.73
Hex AD CB AA F 0 10 14 73 18 49
Octal 255 313 252 17 0 20 24 163 30 111
Binary 10101101 11001011 10101010 1111 0 10000 10100 1110011 11000 1001001

Color Harmonies of #ADCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBAA

Black with #ADCBAA

Text Example


Text Example

White with #ADCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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