#A6A055

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

Shades of Husk #A6A055

Tints of Husk #A6A055

Color information

#A6A055 (or 0xA6A055) is unknown color: approx Husk. HEX triplet: A6, A0 and 55. RGB value is (166,160,85). Sum of RGB (Red+Green+Blue) = 166+160+85=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A055 is #595FAA. Grayscale: #999999. Windows color (decimal): -5857195 or 5611686. OLE color: 5611686.

HSL color Cylindrical-coordinate representation of color #A6A055: hue angle of 55.56º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6A055 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16616085-
CMYK00.040.490.35
HSL55.56º32.27%49.22%-
HSV(B)55.56º48.8%65.1%-
XYZ29.9433.913.56-
YUV153.2489.49137.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=40.39%
G=38.93%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661608500.040.490.3555.5632.2749.22
HexA6A055043123382031
Octal246240125046143704061
Binary101001101010000010101010100110001100011111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A055; }

 p { color: rgb(166,160,85); }

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

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

 a { background-color: rgb(166,160,85); }

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

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

 span { border-color: rgb(166,160,85); }

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