#A6A175

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

Shades of Hillary #A6A175

Tints of Hillary #A6A175

Color information

#A6A175 (or 0xA6A175) is unknown color: approx Hillary. HEX triplet: A6, A1 and 75. RGB value is (166,161,117). Sum of RGB (Red+Green+Blue) = 166+161+117=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A175 is #595E8A. Grayscale: #9D9D9D. Windows color (decimal): -5856907 or 7709094. OLE color: 7709094.

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

Color convert

RGB166161117-
CMYK00.030.300.35
HSL53.88º21.59%55.49%-
HSV(B)53.88º29.52%65.1%-
XYZ31.6834.8821.89-
YUV157.48105.16134.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=37.39%
G=36.26%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616111700.030.300.3553.8821.5955.49
HexA6A175031E23361637
Octal246241165033643662667
Binary101001101010000111101010111111010001111011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A175; }

 p { color: rgb(166,161,117); }

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

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

 a { background-color: rgb(166,161,117); }

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

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

 span { border-color: rgb(166,161,117); }

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