#A6A155

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

Shades of Husk #A6A155

Tints of Husk #A6A155

Color information

#A6A155 (or 0xA6A155) is unknown color: approx Husk. HEX triplet: A6, A1 and 55. RGB value is (166,161,85). Sum of RGB (Red+Green+Blue) = 166+161+85=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A155 is #595EAA. Grayscale: #9A9A9A. Windows color (decimal): -5856939 or 5611942. OLE color: 5611942.

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

Color convert

RGB16616185-
CMYK00.030.490.35
HSL56.3º32.27%49.22%-
HSV(B)56.3º48.8%65.1%-
XYZ30.1134.2513.62-
YUV153.8389.16136.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=40.29%
G=39.08%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661618500.030.490.3556.332.2749.22
HexA6A155033123382031
Octal246241125036143704061
Binary10100110101000011010101011110001100011111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A155; }

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

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

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

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

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

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

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

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