Shades of Strikemaster #A95B89
Tints of Strikemaster #A95B89
RGB
CMYK
RGB Variations
Color information
#A95B89 (or 0xA95B89) is known color: Strikemaster. HEX triplet: A9, 5B and 89. RGB value is (169,91,137). Sum of RGB (Red+Green+Blue) = 169+91+137=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95B89 is #56A476. Grayscale: #777777. Windows color (decimal): -5678199 or 9001897. OLE color: 9001897.
HSL color Cylindrical-coordinate representation of color #A95B89: hue angle of 324.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95B89 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 91 | 137 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.34 |
| HSL | 324.62º | 0.31% | 0.51% | - |
| HSV(B) | 324.62º | 0.46% | 0.66% | - |
| XYZ | 24.62 | 17.72 | 25.79 | - |
| YUV | 119.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 137 | 0 | 0.46 | 0.19 | 0.34 | 324.62 | 0.31 | 0.51 |
| Hex | A9 | 5B | 89 | 0 | 2E | 13 | 22 | 145 | 1F | 33 |
| Octal | 251 | 133 | 211 | 0 | 56 | 23 | 42 | 505 | 37 | 63 |
| Binary | 10101001 | 1011011 | 10001001 | 0 | 101110 | 10011 | 100010 | 101000101 | 11111 | 110011 |
Color Harmonies of #A95B89
Complementary color
Monochromatic Colors of #A95B89
Black with #A95B89
Text Example
Text Example
White with #A95B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95B89; }
p { color: rgb(169,91,137); }
H1.HeaderClassName
{
color: #A95B89;
}
.AnyTagClassName
{
color: #A95B89;
}
</style>
background-color css
<style>
a { background-color: #A95B89; }
a { background-color: rgb(169,91,137); }
div.DivClassName
{
background-color: #A95B89;
}
.BgClassName
{
background-color: #A95B89;
}
</style>
border-color css
<style>
span { border-color: #A95B89; }
span { border-color: rgb(169,91,137); }
td.TdClassName
{
border-color: #A95B89;
}
.TagClassName
{
border-color: #A95B89;
}
</style>