Shades of Husk #A19652
Tints of Husk #A19652
RGB
CMYK
RGB Variations
Color information
#A19652 (or 0xA19652) is known color: Husk. HEX triplet: A1, 96 and 52. RGB value is (161,150,82). Sum of RGB (Red+Green+Blue) = 161+150+82=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19652 is #5E69AD. Grayscale: #919191. Windows color (decimal): -6187438 or 5412513. OLE color: 5412513.
HSL color Cylindrical-coordinate representation of color #A19652: hue angle of 51.65º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A19652 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 82 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.37 |
| HSL | 51.65º | 0.33% | 0.48% | - |
| HSV(B) | 51.65º | 0.49% | 0.63% | - |
| XYZ | 27.13 | 30 | 12.34 | - |
| YUV | 145.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 82 | 0 | 0.07 | 0.49 | 0.37 | 51.65 | 0.33 | 0.48 |
| Hex | A1 | 96 | 52 | 0 | 7 | 31 | 25 | 34 | 21 | 30 |
| Octal | 241 | 226 | 122 | 0 | 7 | 61 | 45 | 64 | 41 | 60 |
| Binary | 10100001 | 10010110 | 1010010 | 0 | 111 | 110001 | 100101 | 110100 | 100001 | 110000 |
Color Harmonies of #A19652
Complementary color
Monochromatic Colors of #A19652
Black with #A19652
Text Example
Text Example
White with #A19652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19652; }
p { color: rgb(161,150,82); }
H1.HeaderClassName
{
color: #A19652;
}
.AnyTagClassName
{
color: #A19652;
}
</style>
background-color css
<style>
a { background-color: #A19652; }
a { background-color: rgb(161,150,82); }
div.DivClassName
{
background-color: #A19652;
}
.BgClassName
{
background-color: #A19652;
}
</style>
border-color css
<style>
span { border-color: #A19652; }
span { border-color: rgb(161,150,82); }
td.TdClassName
{
border-color: #A19652;
}
.TagClassName
{
border-color: #A19652;
}
</style>