Shades of Strikemaster #A16E85
Tints of Strikemaster #A16E85
RGB
CMYK
RGB Variations
Color information
#A16E85 (or 0xA16E85) is known color: Strikemaster. HEX triplet: A1, 6E and 85. RGB value is (161,110,133). Sum of RGB (Red+Green+Blue) = 161+110+133=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E85 is #5E917A. Grayscale: #7F7F7F. Windows color (decimal): -6197627 or 8744609. OLE color: 8744609.
HSL color Cylindrical-coordinate representation of color #A16E85: hue angle of 332.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E85 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 133 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.37 |
| HSL | 332.94º | 0.21% | 0.53% | - |
| HSV(B) | 332.94º | 0.32% | 0.63% | - |
| XYZ | 24.51 | 20.42 | 24.84 | - |
| YUV | 127.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 133 | 0 | 0.32 | 0.17 | 0.37 | 332.94 | 0.21 | 0.53 |
| Hex | A1 | 6E | 85 | 0 | 20 | 11 | 25 | 14D | 15 | 35 |
| Octal | 241 | 156 | 205 | 0 | 40 | 21 | 45 | 515 | 25 | 65 |
| Binary | 10100001 | 1101110 | 10000101 | 0 | 100000 | 10001 | 100101 | 101001101 | 10101 | 110101 |
Color Harmonies of #A16E85
Complementary color
Monochromatic Colors of #A16E85
Black with #A16E85
Text Example
Text Example
White with #A16E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E85; }
p { color: rgb(161,110,133); }
H1.HeaderClassName
{
color: #A16E85;
}
.AnyTagClassName
{
color: #A16E85;
}
</style>
background-color css
<style>
a { background-color: #A16E85; }
a { background-color: rgb(161,110,133); }
div.DivClassName
{
background-color: #A16E85;
}
.BgClassName
{
background-color: #A16E85;
}
</style>
border-color css
<style>
span { border-color: #A16E85; }
span { border-color: rgb(161,110,133); }
td.TdClassName
{
border-color: #A16E85;
}
.TagClassName
{
border-color: #A16E85;
}
</style>