#A59A4A

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

Shades of Husk #A59A4A

Tints of Husk #A59A4A

Color information

#A59A4A (or 0xA59A4A) is unknown color: approx Husk. HEX triplet: A5, 9A and 4A. RGB value is (165,154,74). Sum of RGB (Red+Green+Blue) = 165+154+74=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A4A is #5A65B5. Grayscale: #949494. Windows color (decimal): -5924278 or 4889253. OLE color: 4889253.

HSL color Cylindrical-coordinate representation of color #A59A4A: hue angle of 52.75º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A59A4A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16515474-
CMYK00.070.550.35
HSL52.75º38.08%46.86%-
HSV(B)52.75º55.15%64.71%-
XYZ28.3131.611.09-
YUV148.1786.14140-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=41.98%
G=39.19%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651547400.070.550.3552.7538.0846.86
HexA59A4A07372335262f
Octal245232112076743654657
Binary101001011001101010010100111110111100011110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A4A; }

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

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

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

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

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

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

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

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