Shades of Husk #A1924F
Tints of Husk #A1924F
RGB
CMYK
RGB Variations
Color information
#A1924F (or 0xA1924F) is known color: Husk. HEX triplet: A1, 92 and 4F. RGB value is (161,146,79). Sum of RGB (Red+Green+Blue) = 161+146+79=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1924F is #5E6DB0. Grayscale: #8F8F8F. Windows color (decimal): -6188465 or 5214881. OLE color: 5214881.
HSL color Cylindrical-coordinate representation of color #A1924F: hue angle of 49.02º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1924F is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 79 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.37 |
| HSL | 49.02º | 0.34% | 0.47% | - |
| HSV(B) | 49.02º | 0.51% | 0.63% | - |
| XYZ | 26.39 | 28.7 | 11.55 | - |
| YUV | 142.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 79 | 0 | 0.09 | 0.51 | 0.37 | 49.02 | 0.34 | 0.47 |
| Hex | A1 | 92 | 4F | 0 | 9 | 33 | 25 | 31 | 22 | 2F |
| Octal | 241 | 222 | 117 | 0 | 11 | 63 | 45 | 61 | 42 | 57 |
| Binary | 10100001 | 10010010 | 1001111 | 0 | 1001 | 110011 | 100101 | 110001 | 100010 | 101111 |
Color Harmonies of #A1924F
Complementary color
Monochromatic Colors of #A1924F
Black with #A1924F
Text Example
Text Example
White with #A1924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1924F; }
p { color: rgb(161,146,79); }
H1.HeaderClassName
{
color: #A1924F;
}
.AnyTagClassName
{
color: #A1924F;
}
</style>
background-color css
<style>
a { background-color: #A1924F; }
a { background-color: rgb(161,146,79); }
div.DivClassName
{
background-color: #A1924F;
}
.BgClassName
{
background-color: #A1924F;
}
</style>
border-color css
<style>
span { border-color: #A1924F; }
span { border-color: rgb(161,146,79); }
td.TdClassName
{
border-color: #A1924F;
}
.TagClassName
{
border-color: #A1924F;
}
</style>