Shades of Husk #A4954A
Tints of Husk #A4954A
RGB
CMYK
RGB Variations
Color information
#A4954A (or 0xA4954A) is known color: Husk. HEX triplet: A4, 95 and 4A. RGB value is (164,149,74). Sum of RGB (Red+Green+Blue) = 164+149+74=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4954A is #5B6AB5. Grayscale: #919191. Windows color (decimal): -5991094 or 4887972. OLE color: 4887972.
HSL color Cylindrical-coordinate representation of color #A4954A: hue angle of 50º 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 #A4954A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 74 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.36 |
| HSL | 50º | 0.38% | 0.47% | - |
| HSV(B) | 50º | 0.55% | 0.64% | - |
| XYZ | 27.29 | 29.88 | 10.81 | - |
| YUV | 144.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 74 | 0 | 0.09 | 0.55 | 0.36 | 50 | 0.38 | 0.47 |
| Hex | A4 | 95 | 4A | 0 | 9 | 37 | 24 | 32 | 26 | 2F |
| Octal | 244 | 225 | 112 | 0 | 11 | 67 | 44 | 62 | 46 | 57 |
| Binary | 10100100 | 10010101 | 1001010 | 0 | 1001 | 110111 | 100100 | 110010 | 100110 | 101111 |
Color Harmonies of #A4954A
Complementary color
Monochromatic Colors of #A4954A
Black with #A4954A
Text Example
Text Example
White with #A4954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4954A; }
p { color: rgb(164,149,74); }
H1.HeaderClassName
{
color: #A4954A;
}
.AnyTagClassName
{
color: #A4954A;
}
</style>
background-color css
<style>
a { background-color: #A4954A; }
a { background-color: rgb(164,149,74); }
div.DivClassName
{
background-color: #A4954A;
}
.BgClassName
{
background-color: #A4954A;
}
</style>
border-color css
<style>
span { border-color: #A4954A; }
span { border-color: rgb(164,149,74); }
td.TdClassName
{
border-color: #A4954A;
}
.TagClassName
{
border-color: #A4954A;
}
</style>