#A59854

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

Shades of Husk #A59854

Tints of Husk #A59854

Color information

#A59854 (or 0xA59854) is unknown color: approx Husk. HEX triplet: A5, 98 and 54. RGB value is (165,152,84). Sum of RGB (Red+Green+Blue) = 165+152+84=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A59854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59854 is #5A67AB. Grayscale: #949494. Windows color (decimal): -5924780 or 5544101. OLE color: 5544101.

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

Color convert

RGB16515284-
CMYK00.080.490.35
HSL50.37º32.53%48.82%-
HSV(B)50.37º49.09%64.71%-
XYZ28.3531.112.9-
YUV148.1491.81140.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=41.15%
G=37.91%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651528400.080.490.3550.3732.5348.82
HexA59854083123322131
Octal2452301240106143624161
Binary1010010110011000101010001000110001100011110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59854; }

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

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

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

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

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

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

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

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