Shades of Strikemaster #AA5A85
Tints of Strikemaster #AA5A85
RGB
CMYK
RGB Variations
Color information
#AA5A85 (or 0xAA5A85) is known color: Strikemaster. HEX triplet: AA, 5A and 85. RGB value is (170,90,133). Sum of RGB (Red+Green+Blue) = 170+90+133=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A85 is #55A57A. Grayscale: #767676. Windows color (decimal): -5612923 or 8739498. OLE color: 8739498.
HSL color Cylindrical-coordinate representation of color #AA5A85: hue angle of 327.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A85 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 133 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.33 |
| HSL | 327.75º | 0.32% | 0.51% | - |
| HSV(B) | 327.75º | 0.47% | 0.67% | - |
| XYZ | 24.47 | 17.55 | 24.29 | - |
| YUV | 118.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 133 | 0 | 0.47 | 0.22 | 0.33 | 327.75 | 0.32 | 0.51 |
| Hex | AA | 5A | 85 | 0 | 2F | 16 | 21 | 148 | 20 | 33 |
| Octal | 252 | 132 | 205 | 0 | 57 | 26 | 41 | 510 | 40 | 63 |
| Binary | 10101010 | 1011010 | 10000101 | 0 | 101111 | 10110 | 100001 | 101001000 | 100000 | 110011 |
Color Harmonies of #AA5A85
Complementary color
Monochromatic Colors of #AA5A85
Black with #AA5A85
Text Example
Text Example
White with #AA5A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A85; }
p { color: rgb(170,90,133); }
H1.HeaderClassName
{
color: #AA5A85;
}
.AnyTagClassName
{
color: #AA5A85;
}
</style>
background-color css
<style>
a { background-color: #AA5A85; }
a { background-color: rgb(170,90,133); }
div.DivClassName
{
background-color: #AA5A85;
}
.BgClassName
{
background-color: #AA5A85;
}
</style>
border-color css
<style>
span { border-color: #AA5A85; }
span { border-color: rgb(170,90,133); }
td.TdClassName
{
border-color: #AA5A85;
}
.TagClassName
{
border-color: #AA5A85;
}
</style>