#A59C54

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

Shades of Husk #A59C54

Tints of Husk #A59C54

Color information

#A59C54 (or 0xA59C54) is unknown color: approx Husk. HEX triplet: A5, 9C and 54. RGB value is (165,156,84). Sum of RGB (Red+Green+Blue) = 165+156+84=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C54 is #5A63AB. Grayscale: #969696. Windows color (decimal): -5923756 or 5545125. OLE color: 5545125.

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

Color convert

RGB16515684-
CMYK00.050.490.35
HSL53.33º32.53%48.82%-
HSV(B)53.33º49.09%64.71%-
XYZ29.0132.4213.12-
YUV150.4890.48138.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=40.74%
G=38.52%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651568400.050.490.3553.3332.5348.82
HexA59C54053123352131
Octal245234124056143654161
Binary101001011001110010101000101110001100011110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C54; }

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

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

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

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

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

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

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

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