#A49451

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

Shades of Husk #A49451

Tints of Husk #A49451

Color information

#A49451 (or 0xA49451) is unknown color: approx Husk. HEX triplet: A4, 94 and 51. RGB value is (164,148,81). Sum of RGB (Red+Green+Blue) = 164+148+81=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49451 is #5B6BAE. Grayscale: #919191. Windows color (decimal): -5991343 or 5346468. OLE color: 5346468.

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

Color convert

RGB16414881-
CMYK00.100.510.36
HSL48.43º33.88%48.04%-
HSV(B)48.43º50.61%64.31%-
XYZ27.3829.6712.07-
YUV145.1591.8141.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=41.73%
G=37.66%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641488100.100.510.3648.4333.8848.04
HexA494510A3324302230
Octal2442241210126344604260
Binary1010010010010100101000101010110011100100110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49451; }

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

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

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

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

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

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

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

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