#A49251

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

Shades of Husk #A49251

Tints of Husk #A49251

Color information

#A49251 (or 0xA49251) is unknown color: approx Husk. HEX triplet: A4, 92 and 51. RGB value is (164,146,81). Sum of RGB (Red+Green+Blue) = 164+146+81=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49251 is #5B6DAE. Grayscale: #909090. Windows color (decimal): -5991855 or 5345956. OLE color: 5345956.

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

Color convert

RGB16414681-
CMYK00.110.510.36
HSL46.99º33.88%48.04%-
HSV(B)46.99º50.61%64.31%-
XYZ27.0729.0411.96-
YUV143.9792.46142.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=41.94%
G=37.34%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641468100.110.510.3646.9933.8848.04
HexA492510B33242f2230
Octal2442221210136344574260
Binary1010010010010010101000101011110011100100101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49251; }

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

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

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

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

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

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

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

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