#ADC9AC

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

Shades of Zanah #ADC9AC

Tints of Zanah #ADC9AC

Color information

#ADC9AC (or 0xADC9AC) is unknown color: approx Zanah. HEX triplet: AD, C9 and AC. RGB value is (173,201,172). Sum of RGB (Red+Green+Blue) = 173+201+172=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AC is #523653. Grayscale: #BDBDBD. Windows color (decimal): -5387860 or 11323821. OLE color: 11323821.

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

Color convert

RGB173201172-
CMYK0.1400.140.21
HSL117.93º21.17%73.14%-
HSV(B)117.93º14.43%78.82%-
XYZ45.5753.6446.98-
YUV189.32118.22116.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=31.68%
G=36.81%
B=31.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011720.1400.140.21117.9321.1773.14
HexADC9ACE0E15761549
Octal255311254160162516625111
Binary101011011100100110101100111001110101011110110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9AC; }

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

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

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

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

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

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

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

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