Shades of Husk #A1954E
Tints of Husk #A1954E
RGB
CMYK
RGB Variations
Color information
#A1954E (or 0xA1954E) is known color: Husk. HEX triplet: A1, 95 and 4E. RGB value is (161,149,78). Sum of RGB (Red+Green+Blue) = 161+149+78=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1954E is #5E6AB1. Grayscale: #909090. Windows color (decimal): -6187698 or 5150113. OLE color: 5150113.
HSL color Cylindrical-coordinate representation of color #A1954E: hue angle of 51.33º 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 #A1954E is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 78 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.37 |
| HSL | 51.33º | 0.35% | 0.47% | - |
| HSV(B) | 51.33º | 0.52% | 0.63% | - |
| XYZ | 26.82 | 29.62 | 11.51 | - |
| YUV | 144.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 78 | 0 | 0.07 | 0.52 | 0.37 | 51.33 | 0.35 | 0.47 |
| Hex | A1 | 95 | 4E | 0 | 7 | 34 | 25 | 33 | 23 | 2F |
| Octal | 241 | 225 | 116 | 0 | 7 | 64 | 45 | 63 | 43 | 57 |
| Binary | 10100001 | 10010101 | 1001110 | 0 | 111 | 110100 | 100101 | 110011 | 100011 | 101111 |
Color Harmonies of #A1954E
Complementary color
Monochromatic Colors of #A1954E
Black with #A1954E
Text Example
Text Example
White with #A1954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1954E; }
p { color: rgb(161,149,78); }
H1.HeaderClassName
{
color: #A1954E;
}
.AnyTagClassName
{
color: #A1954E;
}
</style>
background-color css
<style>
a { background-color: #A1954E; }
a { background-color: rgb(161,149,78); }
div.DivClassName
{
background-color: #A1954E;
}
.BgClassName
{
background-color: #A1954E;
}
</style>
border-color css
<style>
span { border-color: #A1954E; }
span { border-color: rgb(161,149,78); }
td.TdClassName
{
border-color: #A1954E;
}
.TagClassName
{
border-color: #A1954E;
}
</style>