Shades of Strikemaster #A16287
Tints of Strikemaster #A16287
RGB
CMYK
RGB Variations
Color information
#A16287 (or 0xA16287) is known color: Strikemaster. HEX triplet: A1, 62 and 87. RGB value is (161,98,135). Sum of RGB (Red+Green+Blue) = 161+98+135=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16287 is #5E9D78. Grayscale: #787878. Windows color (decimal): -6200697 or 8872609. OLE color: 8872609.
HSL color Cylindrical-coordinate representation of color #A16287: hue angle of 324.76º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16287 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 98 | 135 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.37 |
| HSL | 324.76º | 0.25% | 0.51% | - |
| HSV(B) | 324.76º | 0.39% | 0.63% | - |
| XYZ | 23.44 | 18.06 | 25.17 | - |
| YUV | 121.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 135 | 0 | 0.39 | 0.16 | 0.37 | 324.76 | 0.25 | 0.51 |
| Hex | A1 | 62 | 87 | 0 | 27 | 10 | 25 | 145 | 19 | 33 |
| Octal | 241 | 142 | 207 | 0 | 47 | 20 | 45 | 505 | 31 | 63 |
| Binary | 10100001 | 1100010 | 10000111 | 0 | 100111 | 10000 | 100101 | 101000101 | 11001 | 110011 |
Color Harmonies of #A16287
Complementary color
Monochromatic Colors of #A16287
Black with #A16287
Text Example
Text Example
White with #A16287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16287; }
p { color: rgb(161,98,135); }
H1.HeaderClassName
{
color: #A16287;
}
.AnyTagClassName
{
color: #A16287;
}
</style>
background-color css
<style>
a { background-color: #A16287; }
a { background-color: rgb(161,98,135); }
div.DivClassName
{
background-color: #A16287;
}
.BgClassName
{
background-color: #A16287;
}
</style>
border-color css
<style>
span { border-color: #A16287; }
span { border-color: rgb(161,98,135); }
td.TdClassName
{
border-color: #A16287;
}
.TagClassName
{
border-color: #A16287;
}
</style>