Shades of Husk #A19952
Tints of Husk #A19952
RGB
CMYK
RGB Variations
Color information
#A19952 (or 0xA19952) is known color: Husk. HEX triplet: A1, 99 and 52. RGB value is (161,153,82). Sum of RGB (Red+Green+Blue) = 161+153+82=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19952 is #5E66AD. Grayscale: #939393. Windows color (decimal): -6186670 or 5413281. OLE color: 5413281.
HSL color Cylindrical-coordinate representation of color #A19952: hue angle of 53.92º 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 #A19952 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 82 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.37 |
| HSL | 53.92º | 0.33% | 0.48% | - |
| HSV(B) | 53.92º | 0.49% | 0.63% | - |
| XYZ | 27.61 | 30.97 | 12.5 | - |
| YUV | 147.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 82 | 0 | 0.05 | 0.49 | 0.37 | 53.92 | 0.33 | 0.48 |
| Hex | A1 | 99 | 52 | 0 | 5 | 31 | 25 | 36 | 21 | 30 |
| Octal | 241 | 231 | 122 | 0 | 5 | 61 | 45 | 66 | 41 | 60 |
| Binary | 10100001 | 10011001 | 1010010 | 0 | 101 | 110001 | 100101 | 110110 | 100001 | 110000 |
Color Harmonies of #A19952
Complementary color
Monochromatic Colors of #A19952
Black with #A19952
Text Example
Text Example
White with #A19952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19952; }
p { color: rgb(161,153,82); }
H1.HeaderClassName
{
color: #A19952;
}
.AnyTagClassName
{
color: #A19952;
}
</style>
background-color css
<style>
a { background-color: #A19952; }
a { background-color: rgb(161,153,82); }
div.DivClassName
{
background-color: #A19952;
}
.BgClassName
{
background-color: #A19952;
}
</style>
border-color css
<style>
span { border-color: #A19952; }
span { border-color: rgb(161,153,82); }
td.TdClassName
{
border-color: #A19952;
}
.TagClassName
{
border-color: #A19952;
}
</style>