Shades of Husk #A1994B
Tints of Husk #A1994B
RGB
CMYK
RGB Variations
Color information
#A1994B (or 0xA1994B) is known color: Husk. HEX triplet: A1, 99 and 4B. RGB value is (161,153,75). Sum of RGB (Red+Green+Blue) = 161+153+75=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1994B is #5E66B4. Grayscale: #929292. Windows color (decimal): -6186677 or 4954529. OLE color: 4954529.
HSL color Cylindrical-coordinate representation of color #A1994B: hue angle of 54.42º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1994B is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 75 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.37 |
| HSL | 54.42º | 0.36% | 0.46% | - |
| HSV(B) | 54.42º | 0.53% | 0.63% | - |
| XYZ | 27.36 | 30.87 | 11.17 | - |
| YUV | 146.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 75 | 0 | 0.05 | 0.53 | 0.37 | 54.42 | 0.36 | 0.46 |
| Hex | A1 | 99 | 4B | 0 | 5 | 35 | 25 | 36 | 24 | 2E |
| Octal | 241 | 231 | 113 | 0 | 5 | 65 | 45 | 66 | 44 | 56 |
| Binary | 10100001 | 10011001 | 1001011 | 0 | 101 | 110101 | 100101 | 110110 | 100100 | 101110 |
Color Harmonies of #A1994B
Complementary color
Monochromatic Colors of #A1994B
Black with #A1994B
Text Example
Text Example
White with #A1994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1994B; }
p { color: rgb(161,153,75); }
H1.HeaderClassName
{
color: #A1994B;
}
.AnyTagClassName
{
color: #A1994B;
}
</style>
background-color css
<style>
a { background-color: #A1994B; }
a { background-color: rgb(161,153,75); }
div.DivClassName
{
background-color: #A1994B;
}
.BgClassName
{
background-color: #A1994B;
}
</style>
border-color css
<style>
span { border-color: #A1994B; }
span { border-color: rgb(161,153,75); }
td.TdClassName
{
border-color: #A1994B;
}
.TagClassName
{
border-color: #A1994B;
}
</style>