#A59B4E

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

Shades of Husk #A59B4E

Tints of Husk #A59B4E

Color information

#A59B4E (or 0xA59B4E) is unknown color: approx Husk. HEX triplet: A5, 9B and 4E. RGB value is (165,155,78). Sum of RGB (Red+Green+Blue) = 165+155+78=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B4E is #5A64B1. Grayscale: #959595. Windows color (decimal): -5924018 or 5151653. OLE color: 5151653.

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

Color convert

RGB16515578-
CMYK00.060.530.35
HSL53.1º35.8%47.65%-
HSV(B)53.1º52.73%64.71%-
XYZ28.6131.9911.87-
YUV149.2187.81139.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=41.46%
G=38.94%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651557800.060.530.3553.135.847.65
HexA59B4E063523352430
Octal245233116066543654460
Binary101001011001101110011100110110101100011110101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B4E; }

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

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

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

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

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

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

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

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