#ADA479

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

Shades of Hillary #ADA479

Tints of Hillary #ADA479

Color information

#ADA479 (or 0xADA479) is unknown color: approx Hillary. HEX triplet: AD, A4 and 79. RGB value is (173,164,121). Sum of RGB (Red+Green+Blue) = 173+164+121=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA479 is #525B86. Grayscale: #A1A1A1. Windows color (decimal): -5397383 or 7972013. OLE color: 7972013.

HSL color Cylindrical-coordinate representation of color #ADA479: hue angle of 49.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADA479 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB173164121-
CMYK00.050.300.32
HSL49.62º24.07%57.65%-
HSV(B)49.62º30.06%67.84%-
XYZ33.9636.8223.41-
YUV161.79104.98136-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=37.77%
G=35.81%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316412100.050.300.3249.6224.0757.65
HexADA479051E2032183a
Octal255244171053640623072
Binary1010110110100100111100101011111010000011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA479; }

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

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

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

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

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

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

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

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