#A59A4F

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

Shades of Husk #A59A4F

Tints of Husk #A59A4F

Color information

#A59A4F (or 0xA59A4F) is unknown color: approx Husk. HEX triplet: A5, 9A and 4F. RGB value is (165,154,79). Sum of RGB (Red+Green+Blue) = 165+154+79=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A4F is #5A65B0. Grayscale: #959595. Windows color (decimal): -5924273 or 5216933. OLE color: 5216933.

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

Color convert

RGB16515479-
CMYK00.070.520.35
HSL52.33º35.25%47.84%-
HSV(B)52.33º52.12%64.71%-
XYZ28.4831.6812.01-
YUV148.7488.64139.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=41.46%
G=38.69%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651547900.070.520.3552.3335.2547.84
HexA59A4F073423342330
Octal245232117076443644360
Binary101001011001101010011110111110100100011110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A4F; }

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

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

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

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

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

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

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

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