#ADA472

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

Shades of Hillary #ADA472

Tints of Hillary #ADA472

Color information

#ADA472 (or 0xADA472) is unknown color: approx Hillary. HEX triplet: AD, A4 and 72. RGB value is (173,164,114). Sum of RGB (Red+Green+Blue) = 173+164+114=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA472 is #525B8D. Grayscale: #A1A1A1. Windows color (decimal): -5397390 or 7513261. OLE color: 7513261.

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

Color convert

RGB173164114-
CMYK00.050.340.32
HSL50.85º26.46%56.27%-
HSV(B)50.85º34.1%67.84%-
XYZ33.5536.6521.23-
YUV160.99101.48136.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=38.36%
G=36.36%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316411400.050.340.3250.8526.4656.27
HexADA472052220331a38
Octal255244162054240633270
Binary10101101101001001110010010110001010000011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA472; }

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

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

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

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

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

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

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

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