#ADA46F

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

Shades of Hillary #ADA46F

Tints of Hillary #ADA46F

Color information

#ADA46F (or 0xADA46F) is unknown color: approx Hillary. HEX triplet: AD, A4 and 6F. RGB value is (173,164,111). Sum of RGB (Red+Green+Blue) = 173+164+111=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA46F is #525B90. Grayscale: #A0A0A0. Windows color (decimal): -5397393 or 7316653. OLE color: 7316653.

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

Color convert

RGB173164111-
CMYK00.050.360.32
HSL51.29º27.43%55.69%-
HSV(B)51.29º35.84%67.84%-
XYZ33.3836.5820.34-
YUV160.6599.98136.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=38.62%
G=36.61%
B=24.78%

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
Decimal17316411100.050.360.3251.2927.4355.69
HexADA46F052420331b38
Octal255244157054440633370
Binary10101101101001001101111010110010010000011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA46F; }

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

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

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

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

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

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

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

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