#A59A53

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

Shades of Husk #A59A53

Tints of Husk #A59A53

Color information

#A59A53 (or 0xA59A53) is unknown color: approx Husk. HEX triplet: A5, 9A and 53. RGB value is (165,154,83). Sum of RGB (Red+Green+Blue) = 165+154+83=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A53 is #5A65AC. Grayscale: #959595. Windows color (decimal): -5924269 or 5479077. OLE color: 5479077.

HSL color Cylindrical-coordinate representation of color #A59A53: hue angle of 51.95º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A59A53 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16515483-
CMYK00.070.500.35
HSL51.95º33.06%48.63%-
HSV(B)51.95º49.7%64.71%-
XYZ28.6331.7412.8-
YUV149.290.64139.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=41.04%
G=38.31%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651548300.070.500.3551.9533.0648.63
HexA59A53073223342131
Octal245232123076243644161
Binary101001011001101010100110111110010100011110100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A53; }

 p { color: rgb(165,154,83); }

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

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

 a { background-color: rgb(165,154,83); }

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

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

 span { border-color: rgb(165,154,83); }

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