Shades of Husk #A49A4B
Tints of Husk #A49A4B
RGB
CMYK
RGB Variations
Color information
#A49A4B (or 0xA49A4B) is known color: Husk. HEX triplet: A4, 9A and 4B. RGB value is (164,154,75). Sum of RGB (Red+Green+Blue) = 164+154+75=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A4B is #5B65B4. Grayscale: #949494. Windows color (decimal): -5989813 or 4954788. OLE color: 4954788.
HSL color Cylindrical-coordinate representation of color #A49A4B: hue angle of 53.26º 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 #A49A4B is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 75 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.36 |
| HSL | 53.26º | 0.37% | 0.47% | - |
| HSV(B) | 53.26º | 0.54% | 0.64% | - |
| XYZ | 28.14 | 31.51 | 11.26 | - |
| YUV | 147.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 75 | 0 | 0.06 | 0.54 | 0.36 | 53.26 | 0.37 | 0.47 |
| Hex | A4 | 9A | 4B | 0 | 6 | 36 | 24 | 35 | 25 | 2F |
| Octal | 244 | 232 | 113 | 0 | 6 | 66 | 44 | 65 | 45 | 57 |
| Binary | 10100100 | 10011010 | 1001011 | 0 | 110 | 110110 | 100100 | 110101 | 100101 | 101111 |
Color Harmonies of #A49A4B
Complementary color
Monochromatic Colors of #A49A4B
Black with #A49A4B
Text Example
Text Example
White with #A49A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A4B; }
p { color: rgb(164,154,75); }
H1.HeaderClassName
{
color: #A49A4B;
}
.AnyTagClassName
{
color: #A49A4B;
}
</style>
background-color css
<style>
a { background-color: #A49A4B; }
a { background-color: rgb(164,154,75); }
div.DivClassName
{
background-color: #A49A4B;
}
.BgClassName
{
background-color: #A49A4B;
}
</style>
border-color css
<style>
span { border-color: #A49A4B; }
span { border-color: rgb(164,154,75); }
td.TdClassName
{
border-color: #A49A4B;
}
.TagClassName
{
border-color: #A49A4B;
}
</style>