#A49851

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

Shades of Husk #A49851

Tints of Husk #A49851

Color information

#A49851 (or 0xA49851) is unknown color: approx Husk. HEX triplet: A4, 98 and 51. RGB value is (164,152,81). Sum of RGB (Red+Green+Blue) = 164+152+81=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49851 is #5B67AE. Grayscale: #939393. Windows color (decimal): -5990319 or 5347492. OLE color: 5347492.

HSL color Cylindrical-coordinate representation of color #A49851: hue angle of 51.33º 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 #A49851 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16415281-
CMYK00.070.510.36
HSL51.33º33.88%48.04%-
HSV(B)51.33º50.61%64.31%-
XYZ28.0230.9412.28-
YUV147.4990.48139.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=41.31%
G=38.29%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641528100.070.510.3651.3333.8848.04
HexA49851073324332230
Octal244230121076344634260
Binary101001001001100010100010111110011100100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49851; }

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

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

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

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

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

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

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

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