#A6A274

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

Shades of Hillary #A6A274

Tints of Hillary #A6A274

Color information

#A6A274 (or 0xA6A274) is unknown color: approx Hillary. HEX triplet: A6, A2 and 74. RGB value is (166,162,116). Sum of RGB (Red+Green+Blue) = 166+162+116=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A274 is #595D8B. Grayscale: #9E9E9E. Windows color (decimal): -5856652 or 7643814. OLE color: 7643814.

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

Color convert

RGB166162116-
CMYK00.020.300.35
HSL55.2º21.93%55.29%-
HSV(B)55.2º30.12%65.1%-
XYZ31.835.2121.64-
YUV157.95104.33133.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=37.39%
G=36.49%
B=26.13%

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
Decimal16616211600.020.300.3555.221.9355.29
HexA6A274021E23371637
Octal246242164023643672667
Binary101001101010001011101000101111010001111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A274; }

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

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

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

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

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

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

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

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