Shades of Strikemaster #AA5D8C
Tints of Strikemaster #AA5D8C
RGB
CMYK
RGB Variations
Color information
#AA5D8C (or 0xAA5D8C) is known color: Strikemaster. HEX triplet: AA, 5D and 8C. RGB value is (170,93,140). Sum of RGB (Red+Green+Blue) = 170+93+140=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5D8C is #55A273. Grayscale: #797979. Windows color (decimal): -5612148 or 9199018. OLE color: 9199018.
HSL color Cylindrical-coordinate representation of color #AA5D8C: hue angle of 323.38º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5D8C is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 140 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.33 |
| HSL | 323.38º | 0.31% | 0.52% | - |
| HSV(B) | 323.38º | 0.45% | 0.67% | - |
| XYZ | 25.23 | 18.27 | 27.01 | - |
| YUV | 121.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 140 | 0 | 0.45 | 0.18 | 0.33 | 323.38 | 0.31 | 0.52 |
| Hex | AA | 5D | 8C | 0 | 2D | 12 | 21 | 143 | 1F | 34 |
| Octal | 252 | 135 | 214 | 0 | 55 | 22 | 41 | 503 | 37 | 64 |
| Binary | 10101010 | 1011101 | 10001100 | 0 | 101101 | 10010 | 100001 | 101000011 | 11111 | 110100 |
Color Harmonies of #AA5D8C
Complementary color
Monochromatic Colors of #AA5D8C
Black with #AA5D8C
Text Example
Text Example
White with #AA5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D8C; }
p { color: rgb(170,93,140); }
H1.HeaderClassName
{
color: #AA5D8C;
}
.AnyTagClassName
{
color: #AA5D8C;
}
</style>
background-color css
<style>
a { background-color: #AA5D8C; }
a { background-color: rgb(170,93,140); }
div.DivClassName
{
background-color: #AA5D8C;
}
.BgClassName
{
background-color: #AA5D8C;
}
</style>
border-color css
<style>
span { border-color: #AA5D8C; }
span { border-color: rgb(170,93,140); }
td.TdClassName
{
border-color: #AA5D8C;
}
.TagClassName
{
border-color: #AA5D8C;
}
</style>