Shades of Strikemaster #A95E86
Tints of Strikemaster #A95E86
RGB
CMYK
RGB Variations
Color information
#A95E86 (or 0xA95E86) is known color: Strikemaster. HEX triplet: A9, 5E and 86. RGB value is (169,94,134). Sum of RGB (Red+Green+Blue) = 169+94+134=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E86 is #56A179. Grayscale: #787878. Windows color (decimal): -5677434 or 8806057. OLE color: 8806057.
HSL color Cylindrical-coordinate representation of color #A95E86: hue angle of 328º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E86 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 134 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.34 |
| HSL | 328º | 0.3% | 0.52% | - |
| HSV(B) | 328º | 0.44% | 0.66% | - |
| XYZ | 24.67 | 18.16 | 24.76 | - |
| YUV | 120.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 134 | 0 | 0.44 | 0.21 | 0.34 | 328 | 0.3 | 0.52 |
| Hex | A9 | 5E | 86 | 0 | 2C | 15 | 22 | 148 | 1E | 34 |
| Octal | 251 | 136 | 206 | 0 | 54 | 25 | 42 | 510 | 36 | 64 |
| Binary | 10101001 | 1011110 | 10000110 | 0 | 101100 | 10101 | 100010 | 101001000 | 11110 | 110100 |
Color Harmonies of #A95E86
Complementary color
Monochromatic Colors of #A95E86
Black with #A95E86
Text Example
Text Example
White with #A95E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95E86; }
p { color: rgb(169,94,134); }
H1.HeaderClassName
{
color: #A95E86;
}
.AnyTagClassName
{
color: #A95E86;
}
</style>
background-color css
<style>
a { background-color: #A95E86; }
a { background-color: rgb(169,94,134); }
div.DivClassName
{
background-color: #A95E86;
}
.BgClassName
{
background-color: #A95E86;
}
</style>
border-color css
<style>
span { border-color: #A95E86; }
span { border-color: rgb(169,94,134); }
td.TdClassName
{
border-color: #A95E86;
}
.TagClassName
{
border-color: #A95E86;
}
</style>