Shades of Strikemaster #AA678C
Tints of Strikemaster #AA678C
RGB
CMYK
RGB Variations
Color information
#AA678C (or 0xAA678C) is known color: Strikemaster. HEX triplet: AA, 67 and 8C. RGB value is (170,103,140). Sum of RGB (Red+Green+Blue) = 170+103+140=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA678C is #559873. Grayscale: #7F7F7F. Windows color (decimal): -5609588 or 9201578. OLE color: 9201578.
HSL color Cylindrical-coordinate representation of color #AA678C: hue angle of 326.87º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA678C is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 140 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.33 |
| HSL | 326.87º | 0.28% | 0.54% | - |
| HSV(B) | 326.87º | 0.39% | 0.67% | - |
| XYZ | 26.16 | 20.14 | 27.32 | - |
| YUV | 127.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 140 | 0 | 0.39 | 0.18 | 0.33 | 326.87 | 0.28 | 0.54 |
| Hex | AA | 67 | 8C | 0 | 27 | 12 | 21 | 147 | 1C | 36 |
| Octal | 252 | 147 | 214 | 0 | 47 | 22 | 41 | 507 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10001100 | 0 | 100111 | 10010 | 100001 | 101000111 | 11100 | 110110 |
Color Harmonies of #AA678C
Complementary color
Monochromatic Colors of #AA678C
Black with #AA678C
Text Example
Text Example
White with #AA678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA678C; }
p { color: rgb(170,103,140); }
H1.HeaderClassName
{
color: #AA678C;
}
.AnyTagClassName
{
color: #AA678C;
}
</style>
background-color css
<style>
a { background-color: #AA678C; }
a { background-color: rgb(170,103,140); }
div.DivClassName
{
background-color: #AA678C;
}
.BgClassName
{
background-color: #AA678C;
}
</style>
border-color css
<style>
span { border-color: #AA678C; }
span { border-color: rgb(170,103,140); }
td.TdClassName
{
border-color: #AA678C;
}
.TagClassName
{
border-color: #AA678C;
}
</style>