Shades of Husk #A49E4A
Tints of Husk #A49E4A
RGB
CMYK
RGB Variations
Color information
#A49E4A (or 0xA49E4A) is known color: Husk. HEX triplet: A4, 9E and 4A. RGB value is (164,158,74). Sum of RGB (Red+Green+Blue) = 164+158+74=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E4A is #5B61B5. Grayscale: #969696. Windows color (decimal): -5988790 or 4890276. OLE color: 4890276.
HSL color Cylindrical-coordinate representation of color #A49E4A: hue angle of 56º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A49E4A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 74 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.36 |
| HSL | 56º | 0.38% | 0.47% | - |
| HSV(B) | 56º | 0.55% | 0.64% | - |
| XYZ | 28.77 | 32.84 | 11.3 | - |
| YUV | 150.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 74 | 0 | 0.04 | 0.55 | 0.36 | 56 | 0.38 | 0.47 |
| Hex | A4 | 9E | 4A | 0 | 4 | 37 | 24 | 38 | 26 | 2F |
| Octal | 244 | 236 | 112 | 0 | 4 | 67 | 44 | 70 | 46 | 57 |
| Binary | 10100100 | 10011110 | 1001010 | 0 | 100 | 110111 | 100100 | 111000 | 100110 | 101111 |
Color Harmonies of #A49E4A
Complementary color
Monochromatic Colors of #A49E4A
Black with #A49E4A
Text Example
Text Example
White with #A49E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E4A; }
p { color: rgb(164,158,74); }
H1.HeaderClassName
{
color: #A49E4A;
}
.AnyTagClassName
{
color: #A49E4A;
}
</style>
background-color css
<style>
a { background-color: #A49E4A; }
a { background-color: rgb(164,158,74); }
div.DivClassName
{
background-color: #A49E4A;
}
.BgClassName
{
background-color: #A49E4A;
}
</style>
border-color css
<style>
span { border-color: #A49E4A; }
span { border-color: rgb(164,158,74); }
td.TdClassName
{
border-color: #A49E4A;
}
.TagClassName
{
border-color: #A49E4A;
}
</style>