#A59C4A

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

Shades of Husk #A59C4A

Tints of Husk #A59C4A

Color information

#A59C4A (or 0xA59C4A) is unknown color: approx Husk. HEX triplet: A5, 9C and 4A. RGB value is (165,156,74). Sum of RGB (Red+Green+Blue) = 165+156+74=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C4A is #5A63B5. Grayscale: #959595. Windows color (decimal): -5923766 or 4889765. OLE color: 4889765.

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

Color convert

RGB16515674-
CMYK00.050.550.35
HSL54.07º38.08%46.86%-
HSV(B)54.07º55.15%64.71%-
XYZ28.6432.2711.2-
YUV149.3485.48139.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=41.77%
G=39.49%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651567400.050.550.3554.0738.0846.86
HexA59C4A05372336262f
Octal245234112056743664657
Binary101001011001110010010100101110111100011110110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C4A; }

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

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

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

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

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

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

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

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