#A59B48

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

Shades of Husk #A59B48

Tints of Husk #A59B48

Color information

#A59B48 (or 0xA59B48) is unknown color: approx Husk. HEX triplet: A5, 9B and 48. RGB value is (165,155,72). Sum of RGB (Red+Green+Blue) = 165+155+72=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B48 is #5A64B7. Grayscale: #949494. Windows color (decimal): -5924024 or 4758437. OLE color: 4758437.

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

Color convert

RGB16515572-
CMYK00.060.560.35
HSL53.55º39.24%46.47%-
HSV(B)53.55º56.36%64.71%-
XYZ28.4131.9110.79-
YUV148.5384.81139.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 72 (28.52% from 255) = 18.37%
R=42.09%
G=39.54%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651557200.060.560.3553.5539.2446.47
HexA59B4806382336272e
Octal245233110067043664756
Binary101001011001101110010000110111000100011110110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B48; }

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

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

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

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

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

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

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

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