#A59B59

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

Shades of Husk #A59B59

Tints of Husk #A59B59

Color information

#A59B59 (or 0xA59B59) is unknown color: approx Husk. HEX triplet: A5, 9B and 59. RGB value is (165,155,89). Sum of RGB (Red+Green+Blue) = 165+155+89=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B59 is #5A64A6. Grayscale: #969696. Windows color (decimal): -5924007 or 5872549. OLE color: 5872549.

HSL color Cylindrical-coordinate representation of color #A59B59: hue angle of 52.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A59B59 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16515589-
CMYK00.060.460.35
HSL52.11º29.92%49.8%-
HSV(B)52.11º46.06%64.71%-
XYZ29.0432.1614.13-
YUV150.4793.31138.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=40.34%
G=37.90%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651558900.060.460.3552.1129.9249.8
HexA59B59062E23341e32
Octal245233131065643643662
Binary10100101100110111011001011010111010001111010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B59; }

 p { color: rgb(165,155,89); }

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

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

 a { background-color: rgb(165,155,89); }

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

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

 span { border-color: rgb(165,155,89); }

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