Shades of Strikemaster #A16F88
Tints of Strikemaster #A16F88
RGB
CMYK
RGB Variations
Color information
#A16F88 (or 0xA16F88) is known color: Strikemaster. HEX triplet: A1, 6F and 88. RGB value is (161,111,136). Sum of RGB (Red+Green+Blue) = 161+111+136=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F88 is #5E9077. Grayscale: #808080. Windows color (decimal): -6197368 or 8941473. OLE color: 8941473.
HSL color Cylindrical-coordinate representation of color #A16F88: hue angle of 330º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A16F88 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 136 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.37 |
| HSL | 330º | 0.21% | 0.53% | - |
| HSV(B) | 330º | 0.31% | 0.63% | - |
| XYZ | 24.83 | 20.72 | 25.98 | - |
| YUV | 128.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 136 | 0 | 0.31 | 0.16 | 0.37 | 330 | 0.21 | 0.53 |
| Hex | A1 | 6F | 88 | 0 | 1F | 10 | 25 | 14A | 15 | 35 |
| Octal | 241 | 157 | 210 | 0 | 37 | 20 | 45 | 512 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10001000 | 0 | 11111 | 10000 | 100101 | 101001010 | 10101 | 110101 |
Color Harmonies of #A16F88
Complementary color
Monochromatic Colors of #A16F88
Black with #A16F88
Text Example
Text Example
White with #A16F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F88; }
p { color: rgb(161,111,136); }
H1.HeaderClassName
{
color: #A16F88;
}
.AnyTagClassName
{
color: #A16F88;
}
</style>
background-color css
<style>
a { background-color: #A16F88; }
a { background-color: rgb(161,111,136); }
div.DivClassName
{
background-color: #A16F88;
}
.BgClassName
{
background-color: #A16F88;
}
</style>
border-color css
<style>
span { border-color: #A16F88; }
span { border-color: rgb(161,111,136); }
td.TdClassName
{
border-color: #A16F88;
}
.TagClassName
{
border-color: #A16F88;
}
</style>