#A6A378

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

Shades of Hillary #A6A378

Tints of Hillary #A6A378

Color information

#A6A378 (or 0xA6A378) is unknown color: approx Hillary. HEX triplet: A6, A3 and 78. RGB value is (166,163,120). Sum of RGB (Red+Green+Blue) = 166+163+120=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A378 is #595C87. Grayscale: #9F9F9F. Windows color (decimal): -5856392 or 7906214. OLE color: 7906214.

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

Color convert

RGB166163120-
CMYK00.020.280.35
HSL56.09º20.54%56.08%-
HSV(B)56.09º27.71%65.1%-
XYZ32.2135.6622.95-
YUV159105.99133-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=36.97%
G=36.30%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616312000.020.280.3556.0920.5456.08
HexA6A378021C23381538
Octal246243170023443702570
Binary101001101010001111110000101110010001111100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A378; }

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

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

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

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

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

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

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

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