Shades of Strikemaster #AC5E89
Tints of Strikemaster #AC5E89
RGB
CMYK
RGB Variations
Color information
#AC5E89 (or 0xAC5E89) is known color: Strikemaster. HEX triplet: AC, 5E and 89. RGB value is (172,94,137). Sum of RGB (Red+Green+Blue) = 172+94+137=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E89 is #53A176. Grayscale: #7A7A7A. Windows color (decimal): -5480823 or 9002668. OLE color: 9002668.
HSL color Cylindrical-coordinate representation of color #AC5E89: hue angle of 326.92º degrees, saturation: 0.32, 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 #AC5E89 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 137 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.33 |
| HSL | 326.92º | 0.32% | 0.52% | - |
| HSV(B) | 326.92º | 0.45% | 0.67% | - |
| XYZ | 25.53 | 18.58 | 25.91 | - |
| YUV | 122.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 137 | 0 | 0.45 | 0.20 | 0.33 | 326.92 | 0.32 | 0.52 |
| Hex | AC | 5E | 89 | 0 | 2D | 14 | 21 | 147 | 20 | 34 |
| Octal | 254 | 136 | 211 | 0 | 55 | 24 | 41 | 507 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10001001 | 0 | 101101 | 10100 | 100001 | 101000111 | 100000 | 110100 |
Color Harmonies of #AC5E89
Complementary color
Monochromatic Colors of #AC5E89
Black with #AC5E89
Text Example
Text Example
White with #AC5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E89; }
p { color: rgb(172,94,137); }
H1.HeaderClassName
{
color: #AC5E89;
}
.AnyTagClassName
{
color: #AC5E89;
}
</style>
background-color css
<style>
a { background-color: #AC5E89; }
a { background-color: rgb(172,94,137); }
div.DivClassName
{
background-color: #AC5E89;
}
.BgClassName
{
background-color: #AC5E89;
}
</style>
border-color css
<style>
span { border-color: #AC5E89; }
span { border-color: rgb(172,94,137); }
td.TdClassName
{
border-color: #AC5E89;
}
.TagClassName
{
border-color: #AC5E89;
}
</style>