Shades of Strikemaster #AC5D89
Tints of Strikemaster #AC5D89
RGB
CMYK
RGB Variations
Color information
#AC5D89 (or 0xAC5D89) is known color: Strikemaster. HEX triplet: AC, 5D and 89. RGB value is (172,93,137). Sum of RGB (Red+Green+Blue) = 172+93+137=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D89 is #53A276. Grayscale: #797979. Windows color (decimal): -5481079 or 9002412. OLE color: 9002412.
HSL color Cylindrical-coordinate representation of color #AC5D89: hue angle of 326.58º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D89 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 137 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.33 |
| HSL | 326.58º | 0.32% | 0.52% | - |
| HSV(B) | 326.58º | 0.46% | 0.67% | - |
| XYZ | 25.44 | 18.41 | 25.88 | - |
| YUV | 121.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 137 | 0 | 0.46 | 0.20 | 0.33 | 326.58 | 0.32 | 0.52 |
| Hex | AC | 5D | 89 | 0 | 2E | 14 | 21 | 147 | 20 | 34 |
| Octal | 254 | 135 | 211 | 0 | 56 | 24 | 41 | 507 | 40 | 64 |
| Binary | 10101100 | 1011101 | 10001001 | 0 | 101110 | 10100 | 100001 | 101000111 | 100000 | 110100 |
Color Harmonies of #AC5D89
Complementary color
Monochromatic Colors of #AC5D89
Black with #AC5D89
Text Example
Text Example
White with #AC5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D89; }
p { color: rgb(172,93,137); }
H1.HeaderClassName
{
color: #AC5D89;
}
.AnyTagClassName
{
color: #AC5D89;
}
</style>
background-color css
<style>
a { background-color: #AC5D89; }
a { background-color: rgb(172,93,137); }
div.DivClassName
{
background-color: #AC5D89;
}
.BgClassName
{
background-color: #AC5D89;
}
</style>
border-color css
<style>
span { border-color: #AC5D89; }
span { border-color: rgb(172,93,137); }
td.TdClassName
{
border-color: #AC5D89;
}
.TagClassName
{
border-color: #AC5D89;
}
</style>