#A59B4F

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

Shades of Husk #A59B4F

Tints of Husk #A59B4F

Color information

#A59B4F (or 0xA59B4F) is unknown color: approx Husk. HEX triplet: A5, 9B and 4F. RGB value is (165,155,79). Sum of RGB (Red+Green+Blue) = 165+155+79=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B4F is #5A64B0. Grayscale: #959595. Windows color (decimal): -5924017 or 5217189. OLE color: 5217189.

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

Color convert

RGB16515579-
CMYK00.060.520.35
HSL53.02º35.25%47.84%-
HSV(B)53.02º52.12%64.71%-
XYZ28.6532.0112.07-
YUV149.3388.31139.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=41.35%
G=38.85%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651557900.060.520.3553.0235.2547.84
HexA59B4F063423352330
Octal245233117066443654360
Binary101001011001101110011110110110100100011110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B4F; }

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

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

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

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

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

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

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

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