#A6A479

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

Shades of Hillary #A6A479

Tints of Hillary #A6A479

Color information

#A6A479 (or 0xA6A479) is unknown color: approx Hillary. HEX triplet: A6, A4 and 79. RGB value is (166,164,121). Sum of RGB (Red+Green+Blue) = 166+164+121=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A479 is #595B86. Grayscale: #9F9F9F. Windows color (decimal): -5856135 or 7972006. OLE color: 7972006.

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

Color convert

RGB166164121-
CMYK00.010.270.35
HSL57.33º20.18%56.27%-
HSV(B)57.33º27.11%65.1%-
XYZ32.4536.0423.33-
YUV159.7106.16132.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=36.81%
G=36.36%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616412100.010.270.3557.3320.1856.27
HexA6A479011B23391438
Octal246244171013343712470
Binary10100110101001001111001011101110001111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A479; }

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

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

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

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

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

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

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

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