#ADC9AF

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

Shades of Zanah #ADC9AF

Tints of Zanah #ADC9AF

Color information

#ADC9AF (or 0xADC9AF) is unknown color: approx Zanah. HEX triplet: AD, C9 and AF. RGB value is (173,201,175). Sum of RGB (Red+Green+Blue) = 173+201+175=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AF is #523650. Grayscale: #BDBDBD. Windows color (decimal): -5387857 or 11520429. OLE color: 11520429.

HSL color Cylindrical-coordinate representation of color #ADC9AF: hue angle of 124.29º 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 #ADC9AF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB173201175-
CMYK0.1400.130.21
HSL124.29º20.59%73.33%-
HSV(B)124.29º13.93%78.82%-
XYZ45.8653.7548.52-
YUV189.66119.72116.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=31.51%
G=36.61%
B=31.88%

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
Decimal1732011750.1400.130.21124.2920.5973.33
HexADC9AFE0D157c1549
Octal255311257160152517425111
Binary101011011100100110101111111001101101011111100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9AF; }

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

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

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

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

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

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

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

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