#ADA679

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

Shades of Hillary #ADA679

Tints of Hillary #ADA679

Color information

#ADA679 (or 0xADA679) is unknown color: approx Hillary. HEX triplet: AD, A6 and 79. RGB value is (173,166,121). Sum of RGB (Red+Green+Blue) = 173+166+121=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA679 is #525986. Grayscale: #A3A3A3. Windows color (decimal): -5396871 or 7972525. OLE color: 7972525.

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

Color convert

RGB173166121-
CMYK00.040.300.32
HSL51.92º24.07%57.65%-
HSV(B)51.92º30.06%67.84%-
XYZ34.3237.5423.53-
YUV162.96104.32135.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=37.61%
G=36.09%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316612100.040.300.3251.9224.0757.65
HexADA679041E2034183a
Octal255246171043640643072
Binary1010110110100110111100101001111010000011010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA679; }

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

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

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

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

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

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

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

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