#ADA471

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

Shades of Hillary #ADA471

Tints of Hillary #ADA471

Color information

#ADA471 (or 0xADA471) is unknown color: approx Hillary. HEX triplet: AD, A4 and 71. RGB value is (173,164,113). Sum of RGB (Red+Green+Blue) = 173+164+113=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA471 is #525B8E. Grayscale: #A1A1A1. Windows color (decimal): -5397391 or 7447725. OLE color: 7447725.

HSL color Cylindrical-coordinate representation of color #ADA471: hue angle of 51º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA471 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173164113-
CMYK00.050.350.32
HSL51º26.79%56.08%-
HSV(B)51º34.68%67.84%-
XYZ33.4936.6320.93-
YUV160.88100.98136.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=38.44%
G=36.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316411300.050.350.325126.7956.08
HexADA471052320331b38
Octal255244161054340633370
Binary10101101101001001110001010110001110000011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA471; }

 p { color: rgb(173,164,113); }

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

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

 a { background-color: rgb(173,164,113); }

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

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

 span { border-color: rgb(173,164,113); }

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