#A6A076

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

Shades of Hillary #A6A076

Tints of Hillary #A6A076

Color information

#A6A076 (or 0xA6A076) is unknown color: approx Hillary. HEX triplet: A6, A0 and 76. RGB value is (166,160,118). Sum of RGB (Red+Green+Blue) = 166+160+118=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A076 is #595F89. Grayscale: #9D9D9D. Windows color (decimal): -5857162 or 7774374. OLE color: 7774374.

HSL color Cylindrical-coordinate representation of color #A6A076: hue angle of 52.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A076 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB166160118-
CMYK00.040.290.35
HSL52.5º21.24%55.69%-
HSV(B)52.5º28.92%65.1%-
XYZ31.5734.5622.15-
YUV157.01105.99134.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=37.39%
G=36.04%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616011800.040.290.3552.521.2455.69
HexA6A076041D23341538
Octal246240166043543642570
Binary1010011010100000111011001001110110001111010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A076; }

 p { color: rgb(166,160,118); }

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

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

 a { background-color: rgb(166,160,118); }

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

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

 span { border-color: rgb(166,160,118); }

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