#A59A48

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

Shades of Husk #A59A48

Tints of Husk #A59A48

Color information

#A59A48 (or 0xA59A48) is unknown color: approx Husk. HEX triplet: A5, 9A and 48. RGB value is (165,154,72). Sum of RGB (Red+Green+Blue) = 165+154+72=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A48 is #5A65B7. Grayscale: #949494. Windows color (decimal): -5924280 or 4758181. OLE color: 4758181.

HSL color Cylindrical-coordinate representation of color #A59A48: hue angle of 52.9º 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 #A59A48 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16515472-
CMYK00.070.560.35
HSL52.9º39.24%46.47%-
HSV(B)52.9º56.36%64.71%-
XYZ28.2431.5810.74-
YUV147.9485.14140.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=42.20%
G=39.39%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651547200.070.560.3552.939.2446.47
HexA59A4807382335272e
Octal245232110077043654756
Binary101001011001101010010000111111000100011110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A48; }

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

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

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

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

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

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

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

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