Shades of Strikemaster #AA5985
Tints of Strikemaster #AA5985
RGB
CMYK
RGB Variations
Color information
#AA5985 (or 0xAA5985) is known color: Strikemaster. HEX triplet: AA, 59 and 85. RGB value is (170,89,133). Sum of RGB (Red+Green+Blue) = 170+89+133=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5985 is #55A67A. Grayscale: #767676. Windows color (decimal): -5613179 or 8739242. OLE color: 8739242.
HSL color Cylindrical-coordinate representation of color #AA5985: hue angle of 327.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5985 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 133 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.33 |
| HSL | 327.41º | 0.32% | 0.51% | - |
| HSV(B) | 327.41º | 0.48% | 0.67% | - |
| XYZ | 24.38 | 17.38 | 24.26 | - |
| YUV | 118.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 133 | 0 | 0.48 | 0.22 | 0.33 | 327.41 | 0.32 | 0.51 |
| Hex | AA | 59 | 85 | 0 | 30 | 16 | 21 | 147 | 20 | 33 |
| Octal | 252 | 131 | 205 | 0 | 60 | 26 | 41 | 507 | 40 | 63 |
| Binary | 10101010 | 1011001 | 10000101 | 0 | 110000 | 10110 | 100001 | 101000111 | 100000 | 110011 |
Color Harmonies of #AA5985
Complementary color
Monochromatic Colors of #AA5985
Black with #AA5985
Text Example
Text Example
White with #AA5985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5985; }
p { color: rgb(170,89,133); }
H1.HeaderClassName
{
color: #AA5985;
}
.AnyTagClassName
{
color: #AA5985;
}
</style>
background-color css
<style>
a { background-color: #AA5985; }
a { background-color: rgb(170,89,133); }
div.DivClassName
{
background-color: #AA5985;
}
.BgClassName
{
background-color: #AA5985;
}
</style>
border-color css
<style>
span { border-color: #AA5985; }
span { border-color: rgb(170,89,133); }
td.TdClassName
{
border-color: #AA5985;
}
.TagClassName
{
border-color: #AA5985;
}
</style>