Shades of Husk #A49B4C
Tints of Husk #A49B4C
RGB
CMYK
RGB Variations
Color information
#A49B4C (or 0xA49B4C) is known color: Husk. HEX triplet: A4, 9B and 4C. RGB value is (164,155,76). Sum of RGB (Red+Green+Blue) = 164+155+76=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B4C is #5B64B3. Grayscale: #959595. Windows color (decimal): -5989556 or 5020580. OLE color: 5020580.
HSL color Cylindrical-coordinate representation of color #A49B4C: hue angle of 53.86º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A49B4C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 76 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.36 |
| HSL | 53.86º | 0.37% | 0.47% | - |
| HSV(B) | 53.86º | 0.54% | 0.64% | - |
| XYZ | 28.34 | 31.86 | 11.49 | - |
| YUV | 148.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 76 | 0 | 0.05 | 0.54 | 0.36 | 53.86 | 0.37 | 0.47 |
| Hex | A4 | 9B | 4C | 0 | 5 | 36 | 24 | 36 | 25 | 2F |
| Octal | 244 | 233 | 114 | 0 | 5 | 66 | 44 | 66 | 45 | 57 |
| Binary | 10100100 | 10011011 | 1001100 | 0 | 101 | 110110 | 100100 | 110110 | 100101 | 101111 |
Color Harmonies of #A49B4C
Complementary color
Monochromatic Colors of #A49B4C
Black with #A49B4C
Text Example
Text Example
White with #A49B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B4C; }
p { color: rgb(164,155,76); }
H1.HeaderClassName
{
color: #A49B4C;
}
.AnyTagClassName
{
color: #A49B4C;
}
</style>
background-color css
<style>
a { background-color: #A49B4C; }
a { background-color: rgb(164,155,76); }
div.DivClassName
{
background-color: #A49B4C;
}
.BgClassName
{
background-color: #A49B4C;
}
</style>
border-color css
<style>
span { border-color: #A49B4C; }
span { border-color: rgb(164,155,76); }
td.TdClassName
{
border-color: #A49B4C;
}
.TagClassName
{
border-color: #A49B4C;
}
</style>