Shades of Strikemaster #A16989
Tints of Strikemaster #A16989
RGB
CMYK
RGB Variations
Color information
#A16989 (or 0xA16989) is known color: Strikemaster. HEX triplet: A1, 69 and 89. RGB value is (161,105,137). Sum of RGB (Red+Green+Blue) = 161+105+137=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A16989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16989 is #5E9676. Grayscale: #7D7D7D. Windows color (decimal): -6198903 or 9005473. OLE color: 9005473.
HSL color Cylindrical-coordinate representation of color #A16989: hue angle of 325.71º 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 #A16989 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 137 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.37 |
| HSL | 325.71º | 0.23% | 0.52% | - |
| HSV(B) | 325.71º | 0.35% | 0.63% | - |
| XYZ | 24.26 | 19.49 | 26.15 | - |
| YUV | 125.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 137 | 0 | 0.35 | 0.15 | 0.37 | 325.71 | 0.23 | 0.52 |
| Hex | A1 | 69 | 89 | 0 | 23 | F | 25 | 146 | 17 | 34 |
| Octal | 241 | 151 | 211 | 0 | 43 | 17 | 45 | 506 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10001001 | 0 | 100011 | 1111 | 100101 | 101000110 | 10111 | 110100 |
Color Harmonies of #A16989
Complementary color
Monochromatic Colors of #A16989
Black with #A16989
Text Example
Text Example
White with #A16989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16989; }
p { color: rgb(161,105,137); }
H1.HeaderClassName
{
color: #A16989;
}
.AnyTagClassName
{
color: #A16989;
}
</style>
background-color css
<style>
a { background-color: #A16989; }
a { background-color: rgb(161,105,137); }
div.DivClassName
{
background-color: #A16989;
}
.BgClassName
{
background-color: #A16989;
}
</style>
border-color css
<style>
span { border-color: #A16989; }
span { border-color: rgb(161,105,137); }
td.TdClassName
{
border-color: #A16989;
}
.TagClassName
{
border-color: #A16989;
}
</style>