Shades of Strikemaster #AA5C85
Tints of Strikemaster #AA5C85
RGB
CMYK
RGB Variations
Color information
#AA5C85 (or 0xAA5C85) is known color: Strikemaster. HEX triplet: AA, 5C and 85. RGB value is (170,92,133). Sum of RGB (Red+Green+Blue) = 170+92+133=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C85 is #55A37A. Grayscale: #777777. Windows color (decimal): -5612411 or 8740010. OLE color: 8740010.
HSL color Cylindrical-coordinate representation of color #AA5C85: hue angle of 328.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5C85 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 133 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.33 |
| HSL | 328.46º | 0.31% | 0.51% | - |
| HSV(B) | 328.46º | 0.46% | 0.67% | - |
| XYZ | 24.64 | 17.89 | 24.35 | - |
| YUV | 120 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 133 | 0 | 0.46 | 0.22 | 0.33 | 328.46 | 0.31 | 0.51 |
| Hex | AA | 5C | 85 | 0 | 2E | 16 | 21 | 148 | 1F | 33 |
| Octal | 252 | 134 | 205 | 0 | 56 | 26 | 41 | 510 | 37 | 63 |
| Binary | 10101010 | 1011100 | 10000101 | 0 | 101110 | 10110 | 100001 | 101001000 | 11111 | 110011 |
Color Harmonies of #AA5C85
Complementary color
Monochromatic Colors of #AA5C85
Black with #AA5C85
Text Example
Text Example
White with #AA5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C85; }
p { color: rgb(170,92,133); }
H1.HeaderClassName
{
color: #AA5C85;
}
.AnyTagClassName
{
color: #AA5C85;
}
</style>
background-color css
<style>
a { background-color: #AA5C85; }
a { background-color: rgb(170,92,133); }
div.DivClassName
{
background-color: #AA5C85;
}
.BgClassName
{
background-color: #AA5C85;
}
</style>
border-color css
<style>
span { border-color: #AA5C85; }
span { border-color: rgb(170,92,133); }
td.TdClassName
{
border-color: #AA5C85;
}
.TagClassName
{
border-color: #AA5C85;
}
</style>