#A6A271

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

Shades of Hillary #A6A271

Tints of Hillary #A6A271

Color information

#A6A271 (or 0xA6A271) is unknown color: approx Hillary. HEX triplet: A6, A2 and 71. RGB value is (166,162,113). Sum of RGB (Red+Green+Blue) = 166+162+113=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A271 is #595D8E. Grayscale: #9D9D9D. Windows color (decimal): -5856655 or 7447206. OLE color: 7447206.

HSL color Cylindrical-coordinate representation of color #A6A271: hue angle of 55.47º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6A271 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB166162113-
CMYK00.020.320.35
HSL55.47º22.94%54.71%-
HSV(B)55.47º31.93%65.1%-
XYZ31.6335.1420.74-
YUV157.61102.83133.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=37.64%
G=36.73%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616211300.020.320.3555.4722.9454.71
HexA6A271022023371737
Octal246242161024043672767
Binary1010011010100010111000101010000010001111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A271; }

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

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

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

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

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

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

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

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