#A09557

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

Shades of Husk #A09557

Tints of Husk #A09557

Color information

#A09557 (or 0xA09557) is unknown color: approx Husk. HEX triplet: A0, 95 and 57. RGB value is (160,149,87). Sum of RGB (Red+Green+Blue) = 160+149+87=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A09557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09557 is #5F6AA8. Grayscale: #919191. Windows color (decimal): -6253225 or 5739936. OLE color: 5739936.

HSL color Cylindrical-coordinate representation of color #A09557: hue angle of 50.96º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A09557 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16014987-
CMYK00.070.460.37
HSL50.96º29.55%48.43%-
HSV(B)50.96º45.63%62.75%-
XYZ26.9629.6613.32-
YUV145.2295.14138.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=40.40%
G=37.63%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601498700.070.460.3750.9629.5548.43
HexA09557072E25331e30
Octal240225127075645633660
Binary10100000100101011010111011110111010010111001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09557; }

 p { color: rgb(160,149,87); }

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

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

 a { background-color: rgb(160,149,87); }

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

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

 span { border-color: rgb(160,149,87); }

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