#ADA379

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

Shades of Hillary #ADA379

Tints of Hillary #ADA379

Color information

#ADA379 (or 0xADA379) is unknown color: approx Hillary. HEX triplet: AD, A3 and 79. RGB value is (173,163,121). Sum of RGB (Red+Green+Blue) = 173+163+121=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA379 is #525C86. Grayscale: #A1A1A1. Windows color (decimal): -5397639 or 7971757. OLE color: 7971757.

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

Color convert

RGB173163121-
CMYK00.060.300.32
HSL48.46º24.07%57.65%-
HSV(B)48.46º30.06%67.84%-
XYZ33.7836.4623.35-
YUV161.2105.31136.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=37.86%
G=35.67%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316312100.060.300.3248.4624.0757.65
HexADA379061E2030183a
Octal255243171063640603072
Binary1010110110100011111100101101111010000011000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA379; }

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

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

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

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

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

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

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

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