Shades of Husk #A49748
Tints of Husk #A49748
RGB
CMYK
RGB Variations
Color information
#A49748 (or 0xA49748) is known color: Husk. HEX triplet: A4, 97 and 48. RGB value is (164,151,72). Sum of RGB (Red+Green+Blue) = 164+151+72=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A49748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49748 is #5B68B7. Grayscale: #929292. Windows color (decimal): -5990584 or 4757412. OLE color: 4757412.
HSL color Cylindrical-coordinate representation of color #A49748: hue angle of 51.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A49748 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 151 | 72 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.36 |
| HSL | 51.52º | 0.39% | 0.46% | - |
| HSV(B) | 51.52º | 0.56% | 0.64% | - |
| XYZ | 27.55 | 30.49 | 10.56 | - |
| YUV | 145.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 72 | 0 | 0.08 | 0.56 | 0.36 | 51.52 | 0.39 | 0.46 |
| Hex | A4 | 97 | 48 | 0 | 8 | 38 | 24 | 34 | 27 | 2E |
| Octal | 244 | 227 | 110 | 0 | 10 | 70 | 44 | 64 | 47 | 56 |
| Binary | 10100100 | 10010111 | 1001000 | 0 | 1000 | 111000 | 100100 | 110100 | 100111 | 101110 |
Color Harmonies of #A49748
Complementary color
Monochromatic Colors of #A49748
Black with #A49748
Text Example
Text Example
White with #A49748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49748; }
p { color: rgb(164,151,72); }
H1.HeaderClassName
{
color: #A49748;
}
.AnyTagClassName
{
color: #A49748;
}
</style>
background-color css
<style>
a { background-color: #A49748; }
a { background-color: rgb(164,151,72); }
div.DivClassName
{
background-color: #A49748;
}
.BgClassName
{
background-color: #A49748;
}
</style>
border-color css
<style>
span { border-color: #A49748; }
span { border-color: rgb(164,151,72); }
td.TdClassName
{
border-color: #A49748;
}
.TagClassName
{
border-color: #A49748;
}
</style>