Shades of Strikemaster #AA6189
Tints of Strikemaster #AA6189
RGB
CMYK
RGB Variations
Color information
#AA6189 (or 0xAA6189) is known color: Strikemaster. HEX triplet: AA, 61 and 89. RGB value is (170,97,137). Sum of RGB (Red+Green+Blue) = 170+97+137=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6189 is #559E76. Grayscale: #7B7B7B. Windows color (decimal): -5611127 or 9003434. OLE color: 9003434.
HSL color Cylindrical-coordinate representation of color #AA6189: hue angle of 327.12º 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 #AA6189 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 137 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.33 |
| HSL | 327.12º | 0.3% | 0.52% | - |
| HSV(B) | 327.12º | 0.43% | 0.67% | - |
| XYZ | 25.37 | 18.9 | 25.98 | - |
| YUV | 123.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 137 | 0 | 0.43 | 0.19 | 0.33 | 327.12 | 0.3 | 0.52 |
| Hex | AA | 61 | 89 | 0 | 2B | 13 | 21 | 147 | 1E | 34 |
| Octal | 252 | 141 | 211 | 0 | 53 | 23 | 41 | 507 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10001001 | 0 | 101011 | 10011 | 100001 | 101000111 | 11110 | 110100 |
Color Harmonies of #AA6189
Complementary color
Monochromatic Colors of #AA6189
Black with #AA6189
Text Example
Text Example
White with #AA6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6189; }
p { color: rgb(170,97,137); }
H1.HeaderClassName
{
color: #AA6189;
}
.AnyTagClassName
{
color: #AA6189;
}
</style>
background-color css
<style>
a { background-color: #AA6189; }
a { background-color: rgb(170,97,137); }
div.DivClassName
{
background-color: #AA6189;
}
.BgClassName
{
background-color: #AA6189;
}
</style>
border-color css
<style>
span { border-color: #AA6189; }
span { border-color: rgb(170,97,137); }
td.TdClassName
{
border-color: #AA6189;
}
.TagClassName
{
border-color: #AA6189;
}
</style>