Shades of Strikemaster #A96289
Tints of Strikemaster #A96289
RGB
CMYK
RGB Variations
Color information
#A96289 (or 0xA96289) is known color: Strikemaster. HEX triplet: A9, 62 and 89. RGB value is (169,98,137). Sum of RGB (Red+Green+Blue) = 169+98+137=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A96289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96289 is #569D76. Grayscale: #7B7B7B. Windows color (decimal): -5676407 or 9003689. OLE color: 9003689.
HSL color Cylindrical-coordinate representation of color #A96289: hue angle of 327.04º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96289 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 137 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.34 |
| HSL | 327.04º | 0.29% | 0.52% | - |
| HSV(B) | 327.04º | 0.42% | 0.66% | - |
| XYZ | 25.25 | 18.98 | 26 | - |
| YUV | 123.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 137 | 0 | 0.42 | 0.19 | 0.34 | 327.04 | 0.29 | 0.52 |
| Hex | A9 | 62 | 89 | 0 | 2A | 13 | 22 | 147 | 1D | 34 |
| Octal | 251 | 142 | 211 | 0 | 52 | 23 | 42 | 507 | 35 | 64 |
| Binary | 10101001 | 1100010 | 10001001 | 0 | 101010 | 10011 | 100010 | 101000111 | 11101 | 110100 |
Color Harmonies of #A96289
Complementary color
Monochromatic Colors of #A96289
Black with #A96289
Text Example
Text Example
White with #A96289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96289; }
p { color: rgb(169,98,137); }
H1.HeaderClassName
{
color: #A96289;
}
.AnyTagClassName
{
color: #A96289;
}
</style>
background-color css
<style>
a { background-color: #A96289; }
a { background-color: rgb(169,98,137); }
div.DivClassName
{
background-color: #A96289;
}
.BgClassName
{
background-color: #A96289;
}
</style>
border-color css
<style>
span { border-color: #A96289; }
span { border-color: rgb(169,98,137); }
td.TdClassName
{
border-color: #A96289;
}
.TagClassName
{
border-color: #A96289;
}
</style>