#ADA56F

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

Shades of Hillary #ADA56F

Tints of Hillary #ADA56F

Color information

#ADA56F (or 0xADA56F) is unknown color: approx Hillary. HEX triplet: AD, A5 and 6F. RGB value is (173,165,111). Sum of RGB (Red+Green+Blue) = 173+165+111=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA56F is #525A90. Grayscale: #A1A1A1. Windows color (decimal): -5397137 or 7316909. OLE color: 7316909.

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

Color convert

RGB173165111-
CMYK00.050.360.32
HSL52.26º27.43%55.69%-
HSV(B)52.26º35.84%67.84%-
XYZ33.5636.9420.4-
YUV161.2499.65136.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=38.53%
G=36.75%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316511100.050.360.3252.2627.4355.69
HexADA56F052420341b38
Octal255245157054440643370
Binary10101101101001011101111010110010010000011010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA56F; }

 p { color: rgb(173,165,111); }

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

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

 a { background-color: rgb(173,165,111); }

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

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

 span { border-color: rgb(173,165,111); }

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