#A59651

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

Shades of Husk #A59651

Tints of Husk #A59651

Color information

#A59651 (or 0xA59651) is unknown color: approx Husk. HEX triplet: A5, 96 and 51. RGB value is (165,150,81). Sum of RGB (Red+Green+Blue) = 165+150+81=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A59651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59651 is #5A69AE. Grayscale: #929292. Windows color (decimal): -5925295 or 5346981. OLE color: 5346981.

HSL color Cylindrical-coordinate representation of color #A59651: hue angle of 49.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A59651 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16515081-
CMYK00.090.510.35
HSL49.29º34.15%48.24%-
HSV(B)49.29º50.91%64.71%-
XYZ27.9130.4112.18-
YUV146.6290.97141.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 81 (32.03% from 255) = 20.45%
R=41.67%
G=37.88%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651508100.090.510.3549.2934.1548.24
HexA59651093323312230
Octal2452261210116343614260
Binary1010010110010110101000101001110011100011110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59651; }

 p { color: rgb(165,150,81); }

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

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

 a { background-color: rgb(165,150,81); }

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

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

 span { border-color: rgb(165,150,81); }

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