Shades of Strikemaster #AA6086
Tints of Strikemaster #AA6086
RGB
CMYK
RGB Variations
Color information
#AA6086 (or 0xAA6086) is known color: Strikemaster. HEX triplet: AA, 60 and 86. RGB value is (170,96,134). Sum of RGB (Red+Green+Blue) = 170+96+134=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6086 is #559F79. Grayscale: #7A7A7A. Windows color (decimal): -5611386 or 8806570. OLE color: 8806570.
HSL color Cylindrical-coordinate representation of color #AA6086: hue angle of 329.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6086 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 134 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.33 |
| HSL | 329.19º | 0.3% | 0.52% | - |
| HSV(B) | 329.19º | 0.44% | 0.67% | - |
| XYZ | 25.06 | 18.63 | 24.83 | - |
| YUV | 122.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 134 | 0 | 0.44 | 0.21 | 0.33 | 329.19 | 0.3 | 0.52 |
| Hex | AA | 60 | 86 | 0 | 2C | 15 | 21 | 149 | 1E | 34 |
| Octal | 252 | 140 | 206 | 0 | 54 | 25 | 41 | 511 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10000110 | 0 | 101100 | 10101 | 100001 | 101001001 | 11110 | 110100 |
Color Harmonies of #AA6086
Complementary color
Monochromatic Colors of #AA6086
Black with #AA6086
Text Example
Text Example
White with #AA6086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6086; }
p { color: rgb(170,96,134); }
H1.HeaderClassName
{
color: #AA6086;
}
.AnyTagClassName
{
color: #AA6086;
}
</style>
background-color css
<style>
a { background-color: #AA6086; }
a { background-color: rgb(170,96,134); }
div.DivClassName
{
background-color: #AA6086;
}
.BgClassName
{
background-color: #AA6086;
}
</style>
border-color css
<style>
span { border-color: #AA6086; }
span { border-color: rgb(170,96,134); }
td.TdClassName
{
border-color: #AA6086;
}
.TagClassName
{
border-color: #AA6086;
}
</style>