Shades of Strikemaster #A16F84
Tints of Strikemaster #A16F84
RGB
CMYK
RGB Variations
Color information
#A16F84 (or 0xA16F84) is known color: Strikemaster. HEX triplet: A1, 6F and 84. RGB value is (161,111,132). Sum of RGB (Red+Green+Blue) = 161+111+132=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F84 is #5E907B. Grayscale: #808080. Windows color (decimal): -6197372 or 8679329. OLE color: 8679329.
HSL color Cylindrical-coordinate representation of color #A16F84: hue angle of 334.8º 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 #A16F84 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 132 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.37 |
| HSL | 334.8º | 0.21% | 0.53% | - |
| HSV(B) | 334.8º | 0.31% | 0.63% | - |
| XYZ | 24.55 | 20.61 | 24.51 | - |
| YUV | 128.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 132 | 0 | 0.31 | 0.18 | 0.37 | 334.8 | 0.21 | 0.53 |
| Hex | A1 | 6F | 84 | 0 | 1F | 12 | 25 | 14F | 15 | 35 |
| Octal | 241 | 157 | 204 | 0 | 37 | 22 | 45 | 517 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10000100 | 0 | 11111 | 10010 | 100101 | 101001111 | 10101 | 110101 |
Color Harmonies of #A16F84
Complementary color
Monochromatic Colors of #A16F84
Black with #A16F84
Text Example
Text Example
White with #A16F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F84; }
p { color: rgb(161,111,132); }
H1.HeaderClassName
{
color: #A16F84;
}
.AnyTagClassName
{
color: #A16F84;
}
</style>
background-color css
<style>
a { background-color: #A16F84; }
a { background-color: rgb(161,111,132); }
div.DivClassName
{
background-color: #A16F84;
}
.BgClassName
{
background-color: #A16F84;
}
</style>
border-color css
<style>
span { border-color: #A16F84; }
span { border-color: rgb(161,111,132); }
td.TdClassName
{
border-color: #A16F84;
}
.TagClassName
{
border-color: #A16F84;
}
</style>