Html Css Color HEX #ADCDAA Zanah

📋 copy color: '#ADCDAA'

red 173 ◦ green 205 ◦ blue 170

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

Shades of Zanah #ADCDAA

Tints of Zanah #ADCDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.41%

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

R = 31.57%
G = 37.41%
B = 31.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#ADCDAA (or 0xADCDAA) is known color: Zanah. HEX triplet: AD, CD and AA. RGB value is (173,205,170). Sum of RGB (Red+Green+Blue) = 173+205+170=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDAA is #523255. Grayscale: #BFBFBF. Windows color (decimal): -5386838 or 11193773. OLE color: 11193773.

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

Color convert

RGB 173 205 170 -
CMYK 0.16 0 0.17 0.20
HSL 114.86º 0.26% 0.74% -
HSV(B) 114.86º 0.17% 0.8% -
XYZ 46.32 55.45 46.29 -
YUV 191.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 173 205 170 0.16 0 0.17 0.20 114.86 0.26 0.74
Hex AD CD AA 10 0 11 14 73 1A 4A
Octal 255 315 252 20 0 21 24 163 32 112
Binary 10101101 11001101 10101010 10000 0 10001 10100 1110011 11010 1001010

Color Harmonies of #ADCDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDAA

Black with #ADCDAA

Text Example


Text Example

White with #ADCDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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