Shades of Strikemaster #AA6187
Tints of Strikemaster #AA6187
RGB
CMYK
RGB Variations
Color information
#AA6187 (or 0xAA6187) is known color: Strikemaster. HEX triplet: AA, 61 and 87. RGB value is (170,97,135). Sum of RGB (Red+Green+Blue) = 170+97+135=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6187 is #559E78. Grayscale: #7B7B7B. Windows color (decimal): -5611129 or 8872362. OLE color: 8872362.
HSL color Cylindrical-coordinate representation of color #AA6187: hue angle of 328.77º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6187 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 135 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.33 |
| HSL | 328.77º | 0.3% | 0.52% | - |
| HSV(B) | 328.77º | 0.43% | 0.67% | - |
| XYZ | 25.23 | 18.84 | 25.23 | - |
| YUV | 123.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 135 | 0 | 0.43 | 0.21 | 0.33 | 328.77 | 0.3 | 0.52 |
| Hex | AA | 61 | 87 | 0 | 2B | 15 | 21 | 149 | 1E | 34 |
| Octal | 252 | 141 | 207 | 0 | 53 | 25 | 41 | 511 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10000111 | 0 | 101011 | 10101 | 100001 | 101001001 | 11110 | 110100 |
Color Harmonies of #AA6187
Complementary color
Monochromatic Colors of #AA6187
Black with #AA6187
Text Example
Text Example
White with #AA6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6187; }
p { color: rgb(170,97,135); }
H1.HeaderClassName
{
color: #AA6187;
}
.AnyTagClassName
{
color: #AA6187;
}
</style>
background-color css
<style>
a { background-color: #AA6187; }
a { background-color: rgb(170,97,135); }
div.DivClassName
{
background-color: #AA6187;
}
.BgClassName
{
background-color: #AA6187;
}
</style>
border-color css
<style>
span { border-color: #AA6187; }
span { border-color: rgb(170,97,135); }
td.TdClassName
{
border-color: #AA6187;
}
.TagClassName
{
border-color: #AA6187;
}
</style>