Shades of Strikemaster #A17185
Tints of Strikemaster #A17185
RGB
CMYK
RGB Variations
Color information
#A17185 (or 0xA17185) is known color: Strikemaster. HEX triplet: A1, 71 and 85. RGB value is (161,113,133). Sum of RGB (Red+Green+Blue) = 161+113+133=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A17185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17185 is #5E8E7A. Grayscale: #818181. Windows color (decimal): -6196859 or 8745377. OLE color: 8745377.
HSL color Cylindrical-coordinate representation of color #A17185: hue angle of 335º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17185 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 133 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.37 |
| HSL | 335º | 0.2% | 0.54% | - |
| HSV(B) | 335º | 0.3% | 0.63% | - |
| XYZ | 24.84 | 21.08 | 24.95 | - |
| YUV | 129.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 133 | 0 | 0.30 | 0.17 | 0.37 | 335 | 0.2 | 0.54 |
| Hex | A1 | 71 | 85 | 0 | 1E | 11 | 25 | 14F | 14 | 36 |
| Octal | 241 | 161 | 205 | 0 | 36 | 21 | 45 | 517 | 24 | 66 |
| Binary | 10100001 | 1110001 | 10000101 | 0 | 11110 | 10001 | 100101 | 101001111 | 10100 | 110110 |
Color Harmonies of #A17185
Complementary color
Monochromatic Colors of #A17185
Black with #A17185
Text Example
Text Example
White with #A17185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17185; }
p { color: rgb(161,113,133); }
H1.HeaderClassName
{
color: #A17185;
}
.AnyTagClassName
{
color: #A17185;
}
</style>
background-color css
<style>
a { background-color: #A17185; }
a { background-color: rgb(161,113,133); }
div.DivClassName
{
background-color: #A17185;
}
.BgClassName
{
background-color: #A17185;
}
</style>
border-color css
<style>
span { border-color: #A17185; }
span { border-color: rgb(161,113,133); }
td.TdClassName
{
border-color: #A17185;
}
.TagClassName
{
border-color: #A17185;
}
</style>