#A19459

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

Shades of Husk #A19459

Tints of Husk #A19459

Color information

#A19459 (or 0xA19459) is unknown color: approx Husk. HEX triplet: A1, 94 and 59. RGB value is (161,148,89). Sum of RGB (Red+Green+Blue) = 161+148+89=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A19459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19459 is #5E6BA6. Grayscale: #919191. Windows color (decimal): -6187943 or 5870753. OLE color: 5870753.

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

Color convert

RGB16114889-
CMYK00.080.450.37
HSL49.17º28.8%49.02%-
HSV(B)49.17º44.72%63.14%-
XYZ27.0929.4813.71-
YUV145.1696.31139.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=40.45%
G=37.19%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611488900.080.450.3749.1728.849.02
HexA19459082D25311d31
Octal2412241310105545613561
Binary101000011001010010110010100010110110010111000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19459; }

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

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

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

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

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

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

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

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