Shades of Strikemaster #A96088
Tints of Strikemaster #A96088
RGB
CMYK
RGB Variations
Color information
#A96088 (or 0xA96088) is known color: Strikemaster. HEX triplet: A9, 60 and 88. RGB value is (169,96,136). Sum of RGB (Red+Green+Blue) = 169+96+136=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96088 is #569F77. Grayscale: #7A7A7A. Windows color (decimal): -5676920 or 8937641. OLE color: 8937641.
HSL color Cylindrical-coordinate representation of color #A96088: hue angle of 327.12º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96088 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 136 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.34 |
| HSL | 327.12º | 0.3% | 0.52% | - |
| HSV(B) | 327.12º | 0.43% | 0.66% | - |
| XYZ | 24.99 | 18.58 | 25.56 | - |
| YUV | 122.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 136 | 0 | 0.43 | 0.20 | 0.34 | 327.12 | 0.3 | 0.52 |
| Hex | A9 | 60 | 88 | 0 | 2B | 14 | 22 | 147 | 1E | 34 |
| Octal | 251 | 140 | 210 | 0 | 53 | 24 | 42 | 507 | 36 | 64 |
| Binary | 10101001 | 1100000 | 10001000 | 0 | 101011 | 10100 | 100010 | 101000111 | 11110 | 110100 |
Color Harmonies of #A96088
Complementary color
Monochromatic Colors of #A96088
Black with #A96088
Text Example
Text Example
White with #A96088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96088; }
p { color: rgb(169,96,136); }
H1.HeaderClassName
{
color: #A96088;
}
.AnyTagClassName
{
color: #A96088;
}
</style>
background-color css
<style>
a { background-color: #A96088; }
a { background-color: rgb(169,96,136); }
div.DivClassName
{
background-color: #A96088;
}
.BgClassName
{
background-color: #A96088;
}
</style>
border-color css
<style>
span { border-color: #A96088; }
span { border-color: rgb(169,96,136); }
td.TdClassName
{
border-color: #A96088;
}
.TagClassName
{
border-color: #A96088;
}
</style>