#A6A157

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

Shades of Husk #A6A157

Tints of Husk #A6A157

Color information

#A6A157 (or 0xA6A157) is unknown color: approx Husk. HEX triplet: A6, A1 and 57. RGB value is (166,161,87). Sum of RGB (Red+Green+Blue) = 166+161+87=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A157 is #595EA8. Grayscale: #9A9A9A. Windows color (decimal): -5856937 or 5743014. OLE color: 5743014.

HSL color Cylindrical-coordinate representation of color #A6A157: hue angle of 56.2º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6A157 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16616187-
CMYK00.030.480.35
HSL56.2º31.23%49.61%-
HSV(B)56.2º47.59%65.1%-
XYZ30.1934.2814.04-
YUV154.0690.16136.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=40.10%
G=38.89%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661618700.030.480.3556.231.2349.61
HexA6A157033023381f32
Octal246241127036043703762
Binary1010011010100001101011101111000010001111100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A157; }

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

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

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

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

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

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

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

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