#A59846

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

Shades of Husk #A59846

Tints of Husk #A59846

Color information

#A59846 (or 0xA59846) is unknown color: approx Husk. HEX triplet: A5, 98 and 46. RGB value is (165,152,70). Sum of RGB (Red+Green+Blue) = 165+152+70=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A59846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59846 is #5A67B9. Grayscale: #929292. Windows color (decimal): -5924794 or 4626597. OLE color: 4626597.

HSL color Cylindrical-coordinate representation of color #A59846: hue angle of 51.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A59846 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16515270-
CMYK00.080.580.35
HSL51.79º40.43%46.08%-
HSV(B)51.79º57.58%64.71%-
XYZ27.8530.910.29-
YUV146.5484.81141.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=42.64%
G=39.28%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651527000.080.580.3551.7940.4346.08
HexA59846083A2334282e
Octal2452301060107243645056
Binary1010010110011000100011001000111010100011110100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59846; }

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

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

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

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

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

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

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

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