Shades of Husk #A49B52
Tints of Husk #A49B52
RGB
CMYK
RGB Variations
Color information
#A49B52 (or 0xA49B52) is known color: Husk. HEX triplet: A4, 9B and 52. RGB value is (164,155,82). Sum of RGB (Red+Green+Blue) = 164+155+82=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B52 is #5B64AD. Grayscale: #959595. Windows color (decimal): -5989550 or 5413796. OLE color: 5413796.
HSL color Cylindrical-coordinate representation of color #A49B52: hue angle of 53.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A49B52 is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 82 | - |
| CMYK | 0 | 0.05 | 0.5 | 0.36 |
| HSL | 53.41º | 0.33% | 0.48% | - |
| HSV(B) | 53.41º | 0.5% | 0.64% | - |
| XYZ | 28.55 | 31.94 | 12.64 | - |
| YUV | 149.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 82 | 0 | 0.05 | 0.5 | 0.36 | 53.41 | 0.33 | 0.48 |
| Hex | A4 | 9B | 52 | 0 | 5 | 32 | 24 | 35 | 21 | 30 |
| Octal | 244 | 233 | 122 | 0 | 5 | 62 | 44 | 65 | 41 | 60 |
| Binary | 10100100 | 10011011 | 1010010 | 0 | 101 | 110010 | 100100 | 110101 | 100001 | 110000 |
Color Harmonies of #A49B52
Complementary color
Monochromatic Colors of #A49B52
Black with #A49B52
Text Example
Text Example
White with #A49B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B52; }
p { color: rgb(164,155,82); }
H1.HeaderClassName
{
color: #A49B52;
}
.AnyTagClassName
{
color: #A49B52;
}
</style>
background-color css
<style>
a { background-color: #A49B52; }
a { background-color: rgb(164,155,82); }
div.DivClassName
{
background-color: #A49B52;
}
.BgClassName
{
background-color: #A49B52;
}
</style>
border-color css
<style>
span { border-color: #A49B52; }
span { border-color: rgb(164,155,82); }
td.TdClassName
{
border-color: #A49B52;
}
.TagClassName
{
border-color: #A49B52;
}
</style>