Shades of Strikemaster #A16786
Tints of Strikemaster #A16786
RGB
CMYK
RGB Variations
Color information
#A16786 (or 0xA16786) is known color: Strikemaster. HEX triplet: A1, 67 and 86. RGB value is (161,103,134). Sum of RGB (Red+Green+Blue) = 161+103+134=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A16786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16786 is #5E9879. Grayscale: #7B7B7B. Windows color (decimal): -6199418 or 8808353. OLE color: 8808353.
HSL color Cylindrical-coordinate representation of color #A16786: hue angle of 327.93º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16786 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 134 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.37 |
| HSL | 327.93º | 0.24% | 0.52% | - |
| HSV(B) | 327.93º | 0.36% | 0.63% | - |
| XYZ | 23.85 | 19 | 24.96 | - |
| YUV | 123.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 134 | 0 | 0.36 | 0.17 | 0.37 | 327.93 | 0.24 | 0.52 |
| Hex | A1 | 67 | 86 | 0 | 24 | 11 | 25 | 148 | 18 | 34 |
| Octal | 241 | 147 | 206 | 0 | 44 | 21 | 45 | 510 | 30 | 64 |
| Binary | 10100001 | 1100111 | 10000110 | 0 | 100100 | 10001 | 100101 | 101001000 | 11000 | 110100 |
Color Harmonies of #A16786
Complementary color
Monochromatic Colors of #A16786
Black with #A16786
Text Example
Text Example
White with #A16786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16786; }
p { color: rgb(161,103,134); }
H1.HeaderClassName
{
color: #A16786;
}
.AnyTagClassName
{
color: #A16786;
}
</style>
background-color css
<style>
a { background-color: #A16786; }
a { background-color: rgb(161,103,134); }
div.DivClassName
{
background-color: #A16786;
}
.BgClassName
{
background-color: #A16786;
}
</style>
border-color css
<style>
span { border-color: #A16786; }
span { border-color: rgb(161,103,134); }
td.TdClassName
{
border-color: #A16786;
}
.TagClassName
{
border-color: #A16786;
}
</style>