#A6A254

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

Shades of Husk #A6A254

Tints of Husk #A6A254

Color information

#A6A254 (or 0xA6A254) is unknown color: approx Husk. HEX triplet: A6, A2 and 54. RGB value is (166,162,84). Sum of RGB (Red+Green+Blue) = 166+162+84=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A254 is #595DAB. Grayscale: #9A9A9A. Windows color (decimal): -5856684 or 5546662. OLE color: 5546662.

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

Color convert

RGB16616284-
CMYK00.020.490.35
HSL57.07º32.8%49.02%-
HSV(B)57.07º49.4%65.1%-
XYZ30.2534.5913.47-
YUV154.388.33136.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 84 (33.20% from 255) = 20.39%
R=40.29%
G=39.32%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661628400.020.490.3557.0732.849.02
HexA6A254023123392131
Octal246242124026143714161
Binary10100110101000101010100010110001100011111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A254; }

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

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

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

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

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

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

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

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