Shades of Strikemaster #AA6087
Tints of Strikemaster #AA6087
RGB
CMYK
RGB Variations
Color information
#AA6087 (or 0xAA6087) is known color: Strikemaster. HEX triplet: AA, 60 and 87. RGB value is (170,96,135). Sum of RGB (Red+Green+Blue) = 170+96+135=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6087 is #559F78. Grayscale: #7A7A7A. Windows color (decimal): -5611385 or 8872106. OLE color: 8872106.
HSL color Cylindrical-coordinate representation of color #AA6087: hue angle of 328.38º 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 #AA6087 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 135 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.33 |
| HSL | 328.38º | 0.3% | 0.52% | - |
| HSV(B) | 328.38º | 0.44% | 0.67% | - |
| XYZ | 25.13 | 18.66 | 25.2 | - |
| YUV | 122.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 135 | 0 | 0.44 | 0.21 | 0.33 | 328.38 | 0.3 | 0.52 |
| Hex | AA | 60 | 87 | 0 | 2C | 15 | 21 | 148 | 1E | 34 |
| Octal | 252 | 140 | 207 | 0 | 54 | 25 | 41 | 510 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10000111 | 0 | 101100 | 10101 | 100001 | 101001000 | 11110 | 110100 |
Color Harmonies of #AA6087
Complementary color
Monochromatic Colors of #AA6087
Black with #AA6087
Text Example
Text Example
White with #AA6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6087; }
p { color: rgb(170,96,135); }
H1.HeaderClassName
{
color: #AA6087;
}
.AnyTagClassName
{
color: #AA6087;
}
</style>
background-color css
<style>
a { background-color: #AA6087; }
a { background-color: rgb(170,96,135); }
div.DivClassName
{
background-color: #AA6087;
}
.BgClassName
{
background-color: #AA6087;
}
</style>
border-color css
<style>
span { border-color: #AA6087; }
span { border-color: rgb(170,96,135); }
td.TdClassName
{
border-color: #AA6087;
}
.TagClassName
{
border-color: #AA6087;
}
</style>