Shades of Husk #A1944E
Tints of Husk #A1944E
RGB
CMYK
RGB Variations
Color information
#A1944E (or 0xA1944E) is known color: Husk. HEX triplet: A1, 94 and 4E. RGB value is (161,148,78). Sum of RGB (Red+Green+Blue) = 161+148+78=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1944E is #5E6BB1. Grayscale: #909090. Windows color (decimal): -6187954 or 5149857. OLE color: 5149857.
HSL color Cylindrical-coordinate representation of color #A1944E: hue angle of 50.6º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1944E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 78 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.37 |
| HSL | 50.6º | 0.35% | 0.47% | - |
| HSV(B) | 50.6º | 0.52% | 0.63% | - |
| XYZ | 26.66 | 29.31 | 11.46 | - |
| YUV | 143.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 78 | 0 | 0.08 | 0.52 | 0.37 | 50.6 | 0.35 | 0.47 |
| Hex | A1 | 94 | 4E | 0 | 8 | 34 | 25 | 33 | 23 | 2F |
| Octal | 241 | 224 | 116 | 0 | 10 | 64 | 45 | 63 | 43 | 57 |
| Binary | 10100001 | 10010100 | 1001110 | 0 | 1000 | 110100 | 100101 | 110011 | 100011 | 101111 |
Color Harmonies of #A1944E
Complementary color
Monochromatic Colors of #A1944E
Black with #A1944E
Text Example
Text Example
White with #A1944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1944E; }
p { color: rgb(161,148,78); }
H1.HeaderClassName
{
color: #A1944E;
}
.AnyTagClassName
{
color: #A1944E;
}
</style>
background-color css
<style>
a { background-color: #A1944E; }
a { background-color: rgb(161,148,78); }
div.DivClassName
{
background-color: #A1944E;
}
.BgClassName
{
background-color: #A1944E;
}
</style>
border-color css
<style>
span { border-color: #A1944E; }
span { border-color: rgb(161,148,78); }
td.TdClassName
{
border-color: #A1944E;
}
.TagClassName
{
border-color: #A1944E;
}
</style>