Shades of Husk #A19948
Tints of Husk #A19948
RGB
CMYK
RGB Variations
Color information
#A19948 (or 0xA19948) is known color: Husk. HEX triplet: A1, 99 and 48. RGB value is (161,153,72). Sum of RGB (Red+Green+Blue) = 161+153+72=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A19948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19948 is #5E66B7. Grayscale: #929292. Windows color (decimal): -6186680 or 4757921. OLE color: 4757921.
HSL color Cylindrical-coordinate representation of color #A19948: hue angle of 54.61º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A19948 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 72 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.37 |
| HSL | 54.61º | 0.38% | 0.46% | - |
| HSV(B) | 54.61º | 0.55% | 0.63% | - |
| XYZ | 27.26 | 30.83 | 10.64 | - |
| YUV | 146.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 72 | 0 | 0.05 | 0.55 | 0.37 | 54.61 | 0.38 | 0.46 |
| Hex | A1 | 99 | 48 | 0 | 5 | 37 | 25 | 37 | 26 | 2E |
| Octal | 241 | 231 | 110 | 0 | 5 | 67 | 45 | 67 | 46 | 56 |
| Binary | 10100001 | 10011001 | 1001000 | 0 | 101 | 110111 | 100101 | 110111 | 100110 | 101110 |
Color Harmonies of #A19948
Complementary color
Monochromatic Colors of #A19948
Black with #A19948
Text Example
Text Example
White with #A19948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19948; }
p { color: rgb(161,153,72); }
H1.HeaderClassName
{
color: #A19948;
}
.AnyTagClassName
{
color: #A19948;
}
</style>
background-color css
<style>
a { background-color: #A19948; }
a { background-color: rgb(161,153,72); }
div.DivClassName
{
background-color: #A19948;
}
.BgClassName
{
background-color: #A19948;
}
</style>
border-color css
<style>
span { border-color: #A19948; }
span { border-color: rgb(161,153,72); }
td.TdClassName
{
border-color: #A19948;
}
.TagClassName
{
border-color: #A19948;
}
</style>