#A6A275

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

Shades of Hillary #A6A275

Tints of Hillary #A6A275

Color information

#A6A275 (or 0xA6A275) is unknown color: approx Hillary. HEX triplet: A6, A2 and 75. RGB value is (166,162,117). Sum of RGB (Red+Green+Blue) = 166+162+117=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A275 is #595D8A. Grayscale: #9E9E9E. Windows color (decimal): -5856651 or 7709350. OLE color: 7709350.

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

Color convert

RGB166162117-
CMYK00.020.300.35
HSL55.1º21.59%55.49%-
HSV(B)55.1º29.52%65.1%-
XYZ31.8635.2321.95-
YUV158.07104.83133.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=37.30%
G=36.40%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616211700.020.300.3555.121.5955.49
HexA6A275021E23371637
Octal246242165023643672667
Binary101001101010001011101010101111010001111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A275; }

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

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

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

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

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

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

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

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