#ADC9AE

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

Shades of Zanah #ADC9AE

Tints of Zanah #ADC9AE

Color information

#ADC9AE (or 0xADC9AE) is unknown color: approx Zanah. HEX triplet: AD, C9 and AE. RGB value is (173,201,174). Sum of RGB (Red+Green+Blue) = 173+201+174=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AE is #523651. Grayscale: #BDBDBD. Windows color (decimal): -5387858 or 11454893. OLE color: 11454893.

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

Color convert

RGB173201174-
CMYK0.1400.130.21
HSL122.14º20.59%73.33%-
HSV(B)122.14º13.93%78.82%-
XYZ45.7653.7148-
YUV189.55119.22116.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=31.57%
G=36.68%
B=31.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011740.1400.130.21122.1420.5973.33
HexADC9AEE0D157a1549
Octal255311256160152517225111
Binary101011011100100110101110111001101101011111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9AE; }

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

 H1.HeaderClassName
 {
   color: #ADC9AE;
 }
 .AnyTagClassName
 {
   color: #ADC9AE;
 }
</style>
background-color css

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

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

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

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

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

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