#A19659

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

Shades of Husk #A19659

Tints of Husk #A19659

Color information

#A19659 (or 0xA19659) is unknown color: approx Husk. HEX triplet: A1, 96 and 59. RGB value is (161,150,89). Sum of RGB (Red+Green+Blue) = 161+150+89=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A19659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19659 is #5E69A6. Grayscale: #929292. Windows color (decimal): -6187431 or 5871265. OLE color: 5871265.

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

Color convert

RGB16115089-
CMYK00.070.450.37
HSL50.83º28.8%49.02%-
HSV(B)50.83º44.72%63.14%-
XYZ27.4130.1113.82-
YUV146.3395.64138.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 150 (58.98% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=40.25%
G=37.5%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611508900.070.450.3750.8328.849.02
HexA19659072D25331d31
Octal241226131075545633561
Binary10100001100101101011001011110110110010111001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19659; }

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

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

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

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

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

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

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

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