Shades of Strikemaster #A16987
Tints of Strikemaster #A16987
RGB
CMYK
RGB Variations
Color information
#A16987 (or 0xA16987) is known color: Strikemaster. HEX triplet: A1, 69 and 87. RGB value is (161,105,135). Sum of RGB (Red+Green+Blue) = 161+105+135=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A16987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16987 is #5E9678. Grayscale: #7D7D7D. Windows color (decimal): -6198905 or 8874401. OLE color: 8874401.
HSL color Cylindrical-coordinate representation of color #A16987: hue angle of 327.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16987 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 135 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.37 |
| HSL | 327.86º | 0.23% | 0.52% | - |
| HSV(B) | 327.86º | 0.35% | 0.63% | - |
| XYZ | 24.12 | 19.43 | 25.4 | - |
| YUV | 125.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 135 | 0 | 0.35 | 0.16 | 0.37 | 327.86 | 0.23 | 0.52 |
| Hex | A1 | 69 | 87 | 0 | 23 | 10 | 25 | 148 | 17 | 34 |
| Octal | 241 | 151 | 207 | 0 | 43 | 20 | 45 | 510 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10000111 | 0 | 100011 | 10000 | 100101 | 101001000 | 10111 | 110100 |
Color Harmonies of #A16987
Complementary color
Monochromatic Colors of #A16987
Black with #A16987
Text Example
Text Example
White with #A16987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16987; }
p { color: rgb(161,105,135); }
H1.HeaderClassName
{
color: #A16987;
}
.AnyTagClassName
{
color: #A16987;
}
</style>
background-color css
<style>
a { background-color: #A16987; }
a { background-color: rgb(161,105,135); }
div.DivClassName
{
background-color: #A16987;
}
.BgClassName
{
background-color: #A16987;
}
</style>
border-color css
<style>
span { border-color: #A16987; }
span { border-color: rgb(161,105,135); }
td.TdClassName
{
border-color: #A16987;
}
.TagClassName
{
border-color: #A16987;
}
</style>