Html Css Color HEX #ADC7AE Zanah

📋 copy color: '#ADC7AE'

red 173 ◦ green 199 ◦ blue 174

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

Shades of Zanah #ADC7AE

Tints of Zanah #ADC7AE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.45%

 BLUE value IS 174 (68.36% from 255) = 31.87%

R = 31.68%
G = 36.45%
B = 31.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#ADC7AE (or 0xADC7AE) is known color: Zanah. HEX triplet: AD, C7 and AE. RGB value is (173,199,174). Sum of RGB (Red+Green+Blue) = 173+199+174=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC7AE is #523851. Grayscale: #BCBCBC. Windows color (decimal): -5388370 or 11454381. OLE color: 11454381.

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

Color convert

RGB 173 199 174 -
CMYK 0.13 0 0.13 0.22
HSL 122.31º 0.19% 0.73% -
HSV(B) 122.31º 0.13% 0.78% -
XYZ 45.3 52.79 47.85 -
YUV 188.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 173 199 174 0.13 0 0.13 0.22 122.31 0.19 0.73
Hex AD C7 AE D 0 D 16 7A 13 49
Octal 255 307 256 15 0 15 26 172 23 111
Binary 10101101 11000111 10101110 1101 0 1101 10110 1111010 10011 1001001

Color Harmonies of #ADC7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7AE

Black with #ADC7AE

Text Example


Text Example

White with #ADC7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7AE; }

 p { color: rgb(173,199,174); }

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

background-color css

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

 a { background-color: rgb(173,199,174); }

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

border-color css

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

 span { border-color: rgb(173,199,174); }

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