#ADA076

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

Shades of Hillary #ADA076

Tints of Hillary #ADA076

Color information

#ADA076 (or 0xADA076) is unknown color: approx Hillary. HEX triplet: AD, A0 and 76. RGB value is (173,160,118). Sum of RGB (Red+Green+Blue) = 173+160+118=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA076 is #525F89. Grayscale: #9F9F9F. Windows color (decimal): -5398410 or 7774381. OLE color: 7774381.

HSL color Cylindrical-coordinate representation of color #ADA076: hue angle of 45.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA076 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB173160118-
CMYK00.080.320.32
HSL45.82º25.11%57.06%-
HSV(B)45.82º31.79%67.84%-
XYZ33.0735.3322.22-
YUV159.1104.81137.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=38.36%
G=35.48%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316011800.080.320.3245.8225.1157.06
HexADA0760820202e1939
Octal2552401660104040563171
Binary101011011010000011101100100010000010000010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA076; }

 p { color: rgb(173,160,118); }

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

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

 a { background-color: rgb(173,160,118); }

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

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

 span { border-color: rgb(173,160,118); }

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