#ADC7AE

Color #ADC7AE Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ADC7AE

Tints of Zanah #ADC7AE

Color information

#ADC7AE (or 0xADC7AE) is unknown color: approx 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

RGB173199174-
CMYK0.1300.130.22
HSL122.31º18.84%72.94%-
HSV(B)122.31º13.07%78.04%-
XYZ45.352.7947.85-
YUV188.38119.89117.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 199 (78.12% 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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991740.1300.130.22122.3118.8472.94
HexADC7AED0D167a1349
Octal255307256150152617223111
Binary101011011100011110101110110101101101101111010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>