#A6A374

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

Shades of Hillary #A6A374

Tints of Hillary #A6A374

Color information

#A6A374 (or 0xA6A374) is unknown color: approx Hillary. HEX triplet: A6, A3 and 74. RGB value is (166,163,116). Sum of RGB (Red+Green+Blue) = 166+163+116=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A374 is #595C8B. Grayscale: #9E9E9E. Windows color (decimal): -5856396 or 7644070. OLE color: 7644070.

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

Color convert

RGB166163116-
CMYK00.020.300.35
HSL56.4º21.93%55.29%-
HSV(B)56.4º30.12%65.1%-
XYZ31.9835.5621.7-
YUV158.54103.99133.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=37.30%
G=36.63%
B=26.07%

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
Decimal16616311600.020.300.3556.421.9355.29
HexA6A374021E23381637
Octal246243164023643702667
Binary101001101010001111101000101111010001111100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A374; }

 p { color: rgb(166,163,116); }

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

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

 a { background-color: rgb(166,163,116); }

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

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

 span { border-color: rgb(166,163,116); }

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