Shades of Strikemaster #A16787
Tints of Strikemaster #A16787
RGB
CMYK
RGB Variations
Color information
#A16787 (or 0xA16787) is known color: Strikemaster. HEX triplet: A1, 67 and 87. RGB value is (161,103,135). Sum of RGB (Red+Green+Blue) = 161+103+135=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A16787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16787 is #5E9878. Grayscale: #7B7B7B. Windows color (decimal): -6199417 or 8873889. OLE color: 8873889.
HSL color Cylindrical-coordinate representation of color #A16787: hue angle of 326.9º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16787 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 135 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.37 |
| HSL | 326.9º | 0.24% | 0.52% | - |
| HSV(B) | 326.9º | 0.36% | 0.63% | - |
| XYZ | 23.92 | 19.03 | 25.33 | - |
| YUV | 123.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 135 | 0 | 0.36 | 0.16 | 0.37 | 326.9 | 0.24 | 0.52 |
| Hex | A1 | 67 | 87 | 0 | 24 | 10 | 25 | 147 | 18 | 34 |
| Octal | 241 | 147 | 207 | 0 | 44 | 20 | 45 | 507 | 30 | 64 |
| Binary | 10100001 | 1100111 | 10000111 | 0 | 100100 | 10000 | 100101 | 101000111 | 11000 | 110100 |
Color Harmonies of #A16787
Complementary color
Monochromatic Colors of #A16787
Black with #A16787
Text Example
Text Example
White with #A16787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16787; }
p { color: rgb(161,103,135); }
H1.HeaderClassName
{
color: #A16787;
}
.AnyTagClassName
{
color: #A16787;
}
</style>
background-color css
<style>
a { background-color: #A16787; }
a { background-color: rgb(161,103,135); }
div.DivClassName
{
background-color: #A16787;
}
.BgClassName
{
background-color: #A16787;
}
</style>
border-color css
<style>
span { border-color: #A16787; }
span { border-color: rgb(161,103,135); }
td.TdClassName
{
border-color: #A16787;
}
.TagClassName
{
border-color: #A16787;
}
</style>