Shades of Strikemaster #A16B87
Tints of Strikemaster #A16B87
RGB
CMYK
RGB Variations
Color information
#A16B87 (or 0xA16B87) is known color: Strikemaster. HEX triplet: A1, 6B and 87. RGB value is (161,107,135). Sum of RGB (Red+Green+Blue) = 161+107+135=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B87 is #5E9478. Grayscale: #7E7E7E. Windows color (decimal): -6198393 or 8874913. OLE color: 8874913.
HSL color Cylindrical-coordinate representation of color #A16B87: hue angle of 328.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B87 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 135 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.37 |
| HSL | 328.89º | 0.22% | 0.53% | - |
| HSV(B) | 328.89º | 0.34% | 0.63% | - |
| XYZ | 24.33 | 19.84 | 25.47 | - |
| YUV | 126.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 135 | 0 | 0.34 | 0.16 | 0.37 | 328.89 | 0.22 | 0.53 |
| Hex | A1 | 6B | 87 | 0 | 22 | 10 | 25 | 149 | 16 | 35 |
| Octal | 241 | 153 | 207 | 0 | 42 | 20 | 45 | 511 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10000111 | 0 | 100010 | 10000 | 100101 | 101001001 | 10110 | 110101 |
Color Harmonies of #A16B87
Complementary color
Monochromatic Colors of #A16B87
Black with #A16B87
Text Example
Text Example
White with #A16B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B87; }
p { color: rgb(161,107,135); }
H1.HeaderClassName
{
color: #A16B87;
}
.AnyTagClassName
{
color: #A16B87;
}
</style>
background-color css
<style>
a { background-color: #A16B87; }
a { background-color: rgb(161,107,135); }
div.DivClassName
{
background-color: #A16B87;
}
.BgClassName
{
background-color: #A16B87;
}
</style>
border-color css
<style>
span { border-color: #A16B87; }
span { border-color: rgb(161,107,135); }
td.TdClassName
{
border-color: #A16B87;
}
.TagClassName
{
border-color: #A16B87;
}
</style>