Shades of Husk #A19D52
Tints of Husk #A19D52
RGB
CMYK
RGB Variations
Color information
#A19D52 (or 0xA19D52) is known color: Husk. HEX triplet: A1, 9D and 52. RGB value is (161,157,82). Sum of RGB (Red+Green+Blue) = 161+157+82=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D52 is #5E62AD. Grayscale: #959595. Windows color (decimal): -6185646 or 5414305. OLE color: 5414305.
HSL color Cylindrical-coordinate representation of color #A19D52: hue angle of 56.96º 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 #A19D52 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 82 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.37 |
| HSL | 56.96º | 0.33% | 0.48% | - |
| HSV(B) | 56.96º | 0.49% | 0.63% | - |
| XYZ | 28.28 | 32.3 | 12.73 | - |
| YUV | 149.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 82 | 0 | 0.02 | 0.49 | 0.37 | 56.96 | 0.33 | 0.48 |
| Hex | A1 | 9D | 52 | 0 | 2 | 31 | 25 | 39 | 21 | 30 |
| Octal | 241 | 235 | 122 | 0 | 2 | 61 | 45 | 71 | 41 | 60 |
| Binary | 10100001 | 10011101 | 1010010 | 0 | 10 | 110001 | 100101 | 111001 | 100001 | 110000 |
Color Harmonies of #A19D52
Complementary color
Monochromatic Colors of #A19D52
Black with #A19D52
Text Example
Text Example
White with #A19D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D52; }
p { color: rgb(161,157,82); }
H1.HeaderClassName
{
color: #A19D52;
}
.AnyTagClassName
{
color: #A19D52;
}
</style>
background-color css
<style>
a { background-color: #A19D52; }
a { background-color: rgb(161,157,82); }
div.DivClassName
{
background-color: #A19D52;
}
.BgClassName
{
background-color: #A19D52;
}
</style>
border-color css
<style>
span { border-color: #A19D52; }
span { border-color: rgb(161,157,82); }
td.TdClassName
{
border-color: #A19D52;
}
.TagClassName
{
border-color: #A19D52;
}
</style>