Shades of Strikemaster #A96086
Tints of Strikemaster #A96086
RGB
CMYK
RGB Variations
Color information
#A96086 (or 0xA96086) is known color: Strikemaster. HEX triplet: A9, 60 and 86. RGB value is (169,96,134). Sum of RGB (Red+Green+Blue) = 169+96+134=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96086 is #569F79. Grayscale: #7A7A7A. Windows color (decimal): -5676922 or 8806569. OLE color: 8806569.
HSL color Cylindrical-coordinate representation of color #A96086: hue angle of 328.77º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96086 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 134 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.34 |
| HSL | 328.77º | 0.3% | 0.52% | - |
| HSV(B) | 328.77º | 0.43% | 0.66% | - |
| XYZ | 24.85 | 18.52 | 24.82 | - |
| YUV | 122.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 134 | 0 | 0.43 | 0.21 | 0.34 | 328.77 | 0.3 | 0.52 |
| Hex | A9 | 60 | 86 | 0 | 2B | 15 | 22 | 149 | 1E | 34 |
| Octal | 251 | 140 | 206 | 0 | 53 | 25 | 42 | 511 | 36 | 64 |
| Binary | 10101001 | 1100000 | 10000110 | 0 | 101011 | 10101 | 100010 | 101001001 | 11110 | 110100 |
Color Harmonies of #A96086
Complementary color
Monochromatic Colors of #A96086
Black with #A96086
Text Example
Text Example
White with #A96086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96086; }
p { color: rgb(169,96,134); }
H1.HeaderClassName
{
color: #A96086;
}
.AnyTagClassName
{
color: #A96086;
}
</style>
background-color css
<style>
a { background-color: #A96086; }
a { background-color: rgb(169,96,134); }
div.DivClassName
{
background-color: #A96086;
}
.BgClassName
{
background-color: #A96086;
}
</style>
border-color css
<style>
span { border-color: #A96086; }
span { border-color: rgb(169,96,134); }
td.TdClassName
{
border-color: #A96086;
}
.TagClassName
{
border-color: #A96086;
}
</style>