#ADA475

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

Shades of Hillary #ADA475

Tints of Hillary #ADA475

Color information

#ADA475 (or 0xADA475) is unknown color: approx Hillary. HEX triplet: AD, A4 and 75. RGB value is (173,164,117). Sum of RGB (Red+Green+Blue) = 173+164+117=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA475 is #525B8A. Grayscale: #A1A1A1. Windows color (decimal): -5397387 or 7709869. OLE color: 7709869.

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

Color convert

RGB173164117-
CMYK00.050.320.32
HSL50.36º25.45%56.86%-
HSV(B)50.36º32.37%67.84%-
XYZ33.7236.7222.14-
YUV161.33102.98136.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=38.11%
G=36.12%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316411700.050.320.3250.3625.4556.86
HexADA475052020321939
Octal255244165054040623171
Binary10101101101001001110101010110000010000011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA475; }

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

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

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

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

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

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

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

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