Shades of Strikemaster #A16F83
Tints of Strikemaster #A16F83
RGB
CMYK
RGB Variations
Color information
#A16F83 (or 0xA16F83) is known color: Strikemaster. HEX triplet: A1, 6F and 83. RGB value is (161,111,131). Sum of RGB (Red+Green+Blue) = 161+111+131=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F83 is #5E907C. Grayscale: #808080. Windows color (decimal): -6197373 or 8613793. OLE color: 8613793.
HSL color Cylindrical-coordinate representation of color #A16F83: hue angle of 336º 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 #A16F83 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 131 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.37 |
| HSL | 336º | 0.21% | 0.53% | - |
| HSV(B) | 336º | 0.31% | 0.63% | - |
| XYZ | 24.48 | 20.58 | 24.16 | - |
| YUV | 128.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 131 | 0 | 0.31 | 0.19 | 0.37 | 336 | 0.21 | 0.53 |
| Hex | A1 | 6F | 83 | 0 | 1F | 13 | 25 | 150 | 15 | 35 |
| Octal | 241 | 157 | 203 | 0 | 37 | 23 | 45 | 520 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10000011 | 0 | 11111 | 10011 | 100101 | 101010000 | 10101 | 110101 |
Color Harmonies of #A16F83
Complementary color
Monochromatic Colors of #A16F83
Black with #A16F83
Text Example
Text Example
White with #A16F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F83; }
p { color: rgb(161,111,131); }
H1.HeaderClassName
{
color: #A16F83;
}
.AnyTagClassName
{
color: #A16F83;
}
</style>
background-color css
<style>
a { background-color: #A16F83; }
a { background-color: rgb(161,111,131); }
div.DivClassName
{
background-color: #A16F83;
}
.BgClassName
{
background-color: #A16F83;
}
</style>
border-color css
<style>
span { border-color: #A16F83; }
span { border-color: rgb(161,111,131); }
td.TdClassName
{
border-color: #A16F83;
}
.TagClassName
{
border-color: #A16F83;
}
</style>