#ADA66E

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

Shades of Hillary #ADA66E

Tints of Hillary #ADA66E

Color information

#ADA66E (or 0xADA66E) is unknown color: approx Hillary. HEX triplet: AD, A6 and 6E. RGB value is (173,166,110). Sum of RGB (Red+Green+Blue) = 173+166+110=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA66E is #525991. Grayscale: #A1A1A1. Windows color (decimal): -5396882 or 7251629. OLE color: 7251629.

HSL color Cylindrical-coordinate representation of color #ADA66E: hue angle of 53.33º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADA66E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173166110-
CMYK00.040.360.32
HSL53.33º27.75%55.49%-
HSV(B)53.33º36.42%67.84%-
XYZ33.6837.2820.17-
YUV161.7198.82136.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=38.53%
G=36.97%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316611000.040.360.3253.3327.7555.49
HexADA66E042420351c37
Octal255246156044440653467
Binary10101101101001101101110010010010010000011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA66E; }

 p { color: rgb(173,166,110); }

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

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

 a { background-color: rgb(173,166,110); }

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

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

 span { border-color: rgb(173,166,110); }

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