Shades of Strikemaster #A16988
Tints of Strikemaster #A16988
RGB
CMYK
RGB Variations
Color information
#A16988 (or 0xA16988) is known color: Strikemaster. HEX triplet: A1, 69 and 88. RGB value is (161,105,136). Sum of RGB (Red+Green+Blue) = 161+105+136=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A16988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16988 is #5E9677. Grayscale: #7D7D7D. Windows color (decimal): -6198904 or 8939937. OLE color: 8939937.
HSL color Cylindrical-coordinate representation of color #A16988: hue angle of 326.79º 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 #A16988 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 136 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.37 |
| HSL | 326.79º | 0.23% | 0.52% | - |
| HSV(B) | 326.79º | 0.35% | 0.63% | - |
| XYZ | 24.19 | 19.46 | 25.77 | - |
| YUV | 125.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 136 | 0 | 0.35 | 0.16 | 0.37 | 326.79 | 0.23 | 0.52 |
| Hex | A1 | 69 | 88 | 0 | 23 | 10 | 25 | 147 | 17 | 34 |
| Octal | 241 | 151 | 210 | 0 | 43 | 20 | 45 | 507 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10001000 | 0 | 100011 | 10000 | 100101 | 101000111 | 10111 | 110100 |
Color Harmonies of #A16988
Complementary color
Monochromatic Colors of #A16988
Black with #A16988
Text Example
Text Example
White with #A16988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16988; }
p { color: rgb(161,105,136); }
H1.HeaderClassName
{
color: #A16988;
}
.AnyTagClassName
{
color: #A16988;
}
</style>
background-color css
<style>
a { background-color: #A16988; }
a { background-color: rgb(161,105,136); }
div.DivClassName
{
background-color: #A16988;
}
.BgClassName
{
background-color: #A16988;
}
</style>
border-color css
<style>
span { border-color: #A16988; }
span { border-color: rgb(161,105,136); }
td.TdClassName
{
border-color: #A16988;
}
.TagClassName
{
border-color: #A16988;
}
</style>