Shades of Strikemaster #A96488
Tints of Strikemaster #A96488
RGB
CMYK
RGB Variations
Color information
#A96488 (or 0xA96488) is known color: Strikemaster. HEX triplet: A9, 64 and 88. RGB value is (169,100,136). Sum of RGB (Red+Green+Blue) = 169+100+136=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96488 is #569B77. Grayscale: #7C7C7C. Windows color (decimal): -5675896 or 8938665. OLE color: 8938665.
HSL color Cylindrical-coordinate representation of color #A96488: hue angle of 328.7º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96488 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 136 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.34 |
| HSL | 328.7º | 0.29% | 0.53% | - |
| HSV(B) | 328.7º | 0.41% | 0.66% | - |
| XYZ | 25.36 | 19.33 | 25.69 | - |
| YUV | 124.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 136 | 0 | 0.41 | 0.20 | 0.34 | 328.7 | 0.29 | 0.53 |
| Hex | A9 | 64 | 88 | 0 | 29 | 14 | 22 | 149 | 1D | 35 |
| Octal | 251 | 144 | 210 | 0 | 51 | 24 | 42 | 511 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10001000 | 0 | 101001 | 10100 | 100010 | 101001001 | 11101 | 110101 |
Color Harmonies of #A96488
Complementary color
Monochromatic Colors of #A96488
Black with #A96488
Text Example
Text Example
White with #A96488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96488; }
p { color: rgb(169,100,136); }
H1.HeaderClassName
{
color: #A96488;
}
.AnyTagClassName
{
color: #A96488;
}
</style>
background-color css
<style>
a { background-color: #A96488; }
a { background-color: rgb(169,100,136); }
div.DivClassName
{
background-color: #A96488;
}
.BgClassName
{
background-color: #A96488;
}
</style>
border-color css
<style>
span { border-color: #A96488; }
span { border-color: rgb(169,100,136); }
td.TdClassName
{
border-color: #A96488;
}
.TagClassName
{
border-color: #A96488;
}
</style>