#ADA470

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

Shades of Hillary #ADA470

Tints of Hillary #ADA470

Color information

#ADA470 (or 0xADA470) is unknown color: approx Hillary. HEX triplet: AD, A4 and 70. RGB value is (173,164,112). Sum of RGB (Red+Green+Blue) = 173+164+112=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA470 is #525B8F. Grayscale: #A0A0A0. Windows color (decimal): -5397392 or 7382189. OLE color: 7382189.

HSL color Cylindrical-coordinate representation of color #ADA470: hue angle of 51.15º 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 #ADA470 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173164112-
CMYK00.050.350.32
HSL51.15º27.11%55.88%-
HSV(B)51.15º35.26%67.84%-
XYZ33.4336.6120.63-
YUV160.76100.48136.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=38.53%
G=36.53%
B=24.94%

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
Decimal17316411200.050.350.3251.1527.1155.88
HexADA470052320331b38
Octal255244160054340633370
Binary10101101101001001110000010110001110000011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA470; }

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

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

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

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

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

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

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

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