#A19859

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

Shades of Husk #A19859

Tints of Husk #A19859

Color information

#A19859 (or 0xA19859) is unknown color: approx Husk. HEX triplet: A1, 98 and 59. RGB value is (161,152,89). Sum of RGB (Red+Green+Blue) = 161+152+89=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A19859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19859 is #5E67A6. Grayscale: #939393. Windows color (decimal): -6186919 or 5871777. OLE color: 5871777.

HSL color Cylindrical-coordinate representation of color #A19859: hue angle of 52.5º 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 #A19859 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16115289-
CMYK00.060.450.37
HSL52.5º28.8%49.02%-
HSV(B)52.5º44.72%63.14%-
XYZ27.7330.7513.93-
YUV147.5194.98137.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=40.05%
G=37.81%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611528900.060.450.3752.528.849.02
HexA19859062D25341d31
Octal241230131065545643561
Binary10100001100110001011001011010110110010111010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19859; }

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

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

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

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

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

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

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

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