#A09459

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

Shades of Husk #A09459

Tints of Husk #A09459

Color information

#A09459 (or 0xA09459) is unknown color: approx Husk. HEX triplet: A0, 94 and 59. RGB value is (160,148,89). Sum of RGB (Red+Green+Blue) = 160+148+89=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A09459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09459 is #5F6BA6. Grayscale: #919191. Windows color (decimal): -6253479 or 5870752. OLE color: 5870752.

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

Color convert

RGB16014889-
CMYK00.070.440.37
HSL49.86º28.51%48.82%-
HSV(B)49.86º44.37%62.75%-
XYZ26.8929.3713.7-
YUV144.8696.48138.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=40.30%
G=37.28%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601488900.070.440.3749.8628.5148.82
HexA09459072C25321d31
Octal240224131075445623561
Binary10100000100101001011001011110110010010111001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09459; }

 p { color: rgb(160,148,89); }

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

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

 a { background-color: rgb(160,148,89); }

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

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

 span { border-color: rgb(160,148,89); }

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