Html Css Color HEX #ADC6AA Zanah

📋 copy color: '#ADC6AA'

red 173 ◦ green 198 ◦ blue 170

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

Shades of Zanah #ADC6AA

Tints of Zanah #ADC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.6%

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

R = 31.98%
G = 36.6%
B = 31.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#ADC6AA (or 0xADC6AA) is known color: Zanah. HEX triplet: AD, C6 and AA. RGB value is (173,198,170). Sum of RGB (Red+Green+Blue) = 173+198+170=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6AA is #523955. Grayscale: #BBBBBB. Windows color (decimal): -5388630 or 11191981. OLE color: 11191981.

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

Color convert

RGB 173 198 170 -
CMYK 0.13 0 0.14 0.22
HSL 113.57º 0.2% 0.72% -
HSV(B) 113.57º 0.14% 0.78% -
XYZ 44.68 52.17 45.75 -
YUV 187.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 173 198 170 0.13 0 0.14 0.22 113.57 0.2 0.72
Hex AD C6 AA D 0 E 16 72 14 48
Octal 255 306 252 15 0 16 26 162 24 110
Binary 10101101 11000110 10101010 1101 0 1110 10110 1110010 10100 1001000

Color Harmonies of #ADC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC6AA

Black with #ADC6AA

Text Example


Text Example

White with #ADC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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