Shades of Strikemaster #AA6089
Tints of Strikemaster #AA6089
RGB
CMYK
RGB Variations
Color information
#AA6089 (or 0xAA6089) is known color: Strikemaster. HEX triplet: AA, 60 and 89. RGB value is (170,96,137). Sum of RGB (Red+Green+Blue) = 170+96+137=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6089 is #559F76. Grayscale: #7A7A7A. Windows color (decimal): -5611383 or 9003178. OLE color: 9003178.
HSL color Cylindrical-coordinate representation of color #AA6089: hue angle of 326.76º 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 #AA6089 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 137 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.33 |
| HSL | 326.76º | 0.3% | 0.52% | - |
| HSV(B) | 326.76º | 0.44% | 0.67% | - |
| XYZ | 25.28 | 18.72 | 25.95 | - |
| YUV | 122.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 137 | 0 | 0.44 | 0.19 | 0.33 | 326.76 | 0.3 | 0.52 |
| Hex | AA | 60 | 89 | 0 | 2C | 13 | 21 | 147 | 1E | 34 |
| Octal | 252 | 140 | 211 | 0 | 54 | 23 | 41 | 507 | 36 | 64 |
| Binary | 10101010 | 1100000 | 10001001 | 0 | 101100 | 10011 | 100001 | 101000111 | 11110 | 110100 |
Color Harmonies of #AA6089
Complementary color
Monochromatic Colors of #AA6089
Black with #AA6089
Text Example
Text Example
White with #AA6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6089; }
p { color: rgb(170,96,137); }
H1.HeaderClassName
{
color: #AA6089;
}
.AnyTagClassName
{
color: #AA6089;
}
</style>
background-color css
<style>
a { background-color: #AA6089; }
a { background-color: rgb(170,96,137); }
div.DivClassName
{
background-color: #AA6089;
}
.BgClassName
{
background-color: #AA6089;
}
</style>
border-color css
<style>
span { border-color: #AA6089; }
span { border-color: rgb(170,96,137); }
td.TdClassName
{
border-color: #AA6089;
}
.TagClassName
{
border-color: #AA6089;
}
</style>