#ADC6AC

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

Shades of Zanah #ADC6AC

Tints of Zanah #ADC6AC

Color information

#ADC6AC (or 0xADC6AC) is unknown color: approx Zanah. HEX triplet: AD, C6 and AC. RGB value is (173,198,172). Sum of RGB (Red+Green+Blue) = 173+198+172=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6AC is #523953. Grayscale: #BBBBBB. Windows color (decimal): -5388628 or 11323053. OLE color: 11323053.

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

Color convert

RGB173198172-
CMYK0.1300.130.22
HSL117.69º18.57%72.55%-
HSV(B)117.69º13.13%77.65%-
XYZ44.8752.2546.75-
YUV187.56119.22117.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=31.86%
G=36.46%
B=31.68%

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
Decimal1731981720.1300.130.22117.6918.5772.55
HexADC6ACD0D16761349
Octal255306254150152616623111
Binary101011011100011010101100110101101101101110110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6AC; }

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

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

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

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

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

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

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

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