Shades of Husk #A49949
Tints of Husk #A49949
RGB
CMYK
RGB Variations
Color information
#A49949 (or 0xA49949) is known color: Husk. HEX triplet: A4, 99 and 49. RGB value is (164,153,73). Sum of RGB (Red+Green+Blue) = 164+153+73=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A49949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49949 is #5B66B6. Grayscale: #939393. Windows color (decimal): -5990071 or 4823460. OLE color: 4823460.
HSL color Cylindrical-coordinate representation of color #A49949: hue angle of 52.75º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A49949 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 73 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.36 |
| HSL | 52.75º | 0.38% | 0.46% | - |
| HSV(B) | 52.75º | 0.55% | 0.64% | - |
| XYZ | 27.9 | 31.16 | 10.85 | - |
| YUV | 147.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 73 | 0 | 0.07 | 0.55 | 0.36 | 52.75 | 0.38 | 0.46 |
| Hex | A4 | 99 | 49 | 0 | 7 | 37 | 24 | 35 | 26 | 2E |
| Octal | 244 | 231 | 111 | 0 | 7 | 67 | 44 | 65 | 46 | 56 |
| Binary | 10100100 | 10011001 | 1001001 | 0 | 111 | 110111 | 100100 | 110101 | 100110 | 101110 |
Color Harmonies of #A49949
Complementary color
Monochromatic Colors of #A49949
Black with #A49949
Text Example
Text Example
White with #A49949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49949; }
p { color: rgb(164,153,73); }
H1.HeaderClassName
{
color: #A49949;
}
.AnyTagClassName
{
color: #A49949;
}
</style>
background-color css
<style>
a { background-color: #A49949; }
a { background-color: rgb(164,153,73); }
div.DivClassName
{
background-color: #A49949;
}
.BgClassName
{
background-color: #A49949;
}
</style>
border-color css
<style>
span { border-color: #A49949; }
span { border-color: rgb(164,153,73); }
td.TdClassName
{
border-color: #A49949;
}
.TagClassName
{
border-color: #A49949;
}
</style>