#A6A475

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

Shades of Hillary #A6A475

Tints of Hillary #A6A475

Color information

#A6A475 (or 0xA6A475) is unknown color: approx Hillary. HEX triplet: A6, A4 and 75. RGB value is (166,164,117). Sum of RGB (Red+Green+Blue) = 166+164+117=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A475 is #595B8A. Grayscale: #9F9F9F. Windows color (decimal): -5856139 or 7709862. OLE color: 7709862.

HSL color Cylindrical-coordinate representation of color #A6A475: hue angle of 57.55º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6A475 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166164117-
CMYK00.010.300.35
HSL57.55º21.59%55.49%-
HSV(B)57.55º29.52%65.1%-
XYZ32.2135.9422.07-
YUV159.24104.16132.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=37.14%
G=36.69%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616411700.010.300.3557.5521.5955.49
HexA6A475011E233a1637
Octal246244165013643722667
Binary10100110101001001110101011111010001111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A475; }

 p { color: rgb(166,164,117); }

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

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

 a { background-color: rgb(166,164,117); }

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

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

 span { border-color: rgb(166,164,117); }

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