Shades of Husk #A4924D
Tints of Husk #A4924D
RGB
CMYK
RGB Variations
Color information
#A4924D (or 0xA4924D) is known color: Husk. HEX triplet: A4, 92 and 4D. RGB value is (164,146,77). Sum of RGB (Red+Green+Blue) = 164+146+77=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4924D is #5B6DB2. Grayscale: #8F8F8F. Windows color (decimal): -5991859 or 5083812. OLE color: 5083812.
HSL color Cylindrical-coordinate representation of color #A4924D: hue angle of 47.59º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4924D is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 77 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.36 |
| HSL | 47.59º | 0.36% | 0.47% | - |
| HSV(B) | 47.59º | 0.53% | 0.64% | - |
| XYZ | 26.93 | 28.99 | 11.2 | - |
| YUV | 143.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 77 | 0 | 0.11 | 0.53 | 0.36 | 47.59 | 0.36 | 0.47 |
| Hex | A4 | 92 | 4D | 0 | B | 35 | 24 | 30 | 24 | 2F |
| Octal | 244 | 222 | 115 | 0 | 13 | 65 | 44 | 60 | 44 | 57 |
| Binary | 10100100 | 10010010 | 1001101 | 0 | 1011 | 110101 | 100100 | 110000 | 100100 | 101111 |
Color Harmonies of #A4924D
Complementary color
Monochromatic Colors of #A4924D
Black with #A4924D
Text Example
Text Example
White with #A4924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4924D; }
p { color: rgb(164,146,77); }
H1.HeaderClassName
{
color: #A4924D;
}
.AnyTagClassName
{
color: #A4924D;
}
</style>
background-color css
<style>
a { background-color: #A4924D; }
a { background-color: rgb(164,146,77); }
div.DivClassName
{
background-color: #A4924D;
}
.BgClassName
{
background-color: #A4924D;
}
</style>
border-color css
<style>
span { border-color: #A4924D; }
span { border-color: rgb(164,146,77); }
td.TdClassName
{
border-color: #A4924D;
}
.TagClassName
{
border-color: #A4924D;
}
</style>