Shades of Husk #A4A054
Tints of Husk #A4A054
RGB
CMYK
RGB Variations
Color information
#A4A054 (or 0xA4A054) is known color: Husk. HEX triplet: A4, A0 and 54. RGB value is (164,160,84). Sum of RGB (Red+Green+Blue) = 164+160+84=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A054 is #5B5FAB. Grayscale: #989898. Windows color (decimal): -5988268 or 5546148. OLE color: 5546148.
HSL color Cylindrical-coordinate representation of color #A4A054: hue angle of 57º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4A054 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 84 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.36 |
| HSL | 57º | 0.32% | 0.49% | - |
| HSV(B) | 57º | 0.49% | 0.64% | - |
| XYZ | 29.48 | 33.67 | 13.33 | - |
| YUV | 152.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 84 | 0 | 0.02 | 0.49 | 0.36 | 57 | 0.32 | 0.49 |
| Hex | A4 | A0 | 54 | 0 | 2 | 31 | 24 | 39 | 20 | 31 |
| Octal | 244 | 240 | 124 | 0 | 2 | 61 | 44 | 71 | 40 | 61 |
| Binary | 10100100 | 10100000 | 1010100 | 0 | 10 | 110001 | 100100 | 111001 | 100000 | 110001 |
Color Harmonies of #A4A054
Complementary color
Monochromatic Colors of #A4A054
Black with #A4A054
Text Example
Text Example
White with #A4A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A054; }
p { color: rgb(164,160,84); }
H1.HeaderClassName
{
color: #A4A054;
}
.AnyTagClassName
{
color: #A4A054;
}
</style>
background-color css
<style>
a { background-color: #A4A054; }
a { background-color: rgb(164,160,84); }
div.DivClassName
{
background-color: #A4A054;
}
.BgClassName
{
background-color: #A4A054;
}
</style>
border-color css
<style>
span { border-color: #A4A054; }
span { border-color: rgb(164,160,84); }
td.TdClassName
{
border-color: #A4A054;
}
.TagClassName
{
border-color: #A4A054;
}
</style>