Shades of Strikemaster #AC5C89
Tints of Strikemaster #AC5C89
RGB
CMYK
RGB Variations
Color information
#AC5C89 (or 0xAC5C89) is known color: Strikemaster. HEX triplet: AC, 5C and 89. RGB value is (172,92,137). Sum of RGB (Red+Green+Blue) = 172+92+137=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C89 is #53A376. Grayscale: #787878. Windows color (decimal): -5481335 or 9002156. OLE color: 9002156.
HSL color Cylindrical-coordinate representation of color #AC5C89: hue angle of 326.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C89 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 137 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.33 |
| HSL | 326.25º | 0.33% | 0.52% | - |
| HSV(B) | 326.25º | 0.47% | 0.67% | - |
| XYZ | 25.36 | 18.23 | 25.85 | - |
| YUV | 121.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 137 | 0 | 0.47 | 0.20 | 0.33 | 326.25 | 0.33 | 0.52 |
| Hex | AC | 5C | 89 | 0 | 2F | 14 | 21 | 146 | 21 | 34 |
| Octal | 254 | 134 | 211 | 0 | 57 | 24 | 41 | 506 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10001001 | 0 | 101111 | 10100 | 100001 | 101000110 | 100001 | 110100 |
Color Harmonies of #AC5C89
Complementary color
Monochromatic Colors of #AC5C89
Black with #AC5C89
Text Example
Text Example
White with #AC5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C89; }
p { color: rgb(172,92,137); }
H1.HeaderClassName
{
color: #AC5C89;
}
.AnyTagClassName
{
color: #AC5C89;
}
</style>
background-color css
<style>
a { background-color: #AC5C89; }
a { background-color: rgb(172,92,137); }
div.DivClassName
{
background-color: #AC5C89;
}
.BgClassName
{
background-color: #AC5C89;
}
</style>
border-color css
<style>
span { border-color: #AC5C89; }
span { border-color: rgb(172,92,137); }
td.TdClassName
{
border-color: #AC5C89;
}
.TagClassName
{
border-color: #AC5C89;
}
</style>