#A49651

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

Shades of Husk #A49651

Tints of Husk #A49651

Color information

#A49651 (or 0xA49651) is unknown color: approx Husk. HEX triplet: A4, 96 and 51. RGB value is (164,150,81). Sum of RGB (Red+Green+Blue) = 164+150+81=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49651 is #5B69AE. Grayscale: #929292. Windows color (decimal): -5990831 or 5346980. OLE color: 5346980.

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

Color convert

RGB16415081-
CMYK00.090.510.36
HSL49.88º33.88%48.04%-
HSV(B)49.88º50.61%64.31%-
XYZ27.730.312.17-
YUV146.3291.14140.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=41.52%
G=37.97%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641508100.090.510.3649.8833.8848.04
HexA49651093324322230
Octal2442261210116344624260
Binary1010010010010110101000101001110011100100110010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49651; }

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

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

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

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

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

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

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

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