Shades of Strikemaster #A96084
Tints of Strikemaster #A96084
RGB
CMYK
RGB Variations
Color information
#A96084 (or 0xA96084) is known color: Strikemaster. HEX triplet: A9, 60 and 84. RGB value is (169,96,132). Sum of RGB (Red+Green+Blue) = 169+96+132=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A96084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96084 is #569F7B. Grayscale: #797979. Windows color (decimal): -5676924 or 8675497. OLE color: 8675497.
HSL color Cylindrical-coordinate representation of color #A96084: hue angle of 330.41º 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 #A96084 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 132 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.34 |
| HSL | 330.41º | 0.3% | 0.52% | - |
| HSV(B) | 330.41º | 0.43% | 0.66% | - |
| XYZ | 24.71 | 18.47 | 24.09 | - |
| YUV | 121.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 132 | 0 | 0.43 | 0.22 | 0.34 | 330.41 | 0.3 | 0.52 |
| Hex | A9 | 60 | 84 | 0 | 2B | 16 | 22 | 14A | 1E | 34 |
| Octal | 251 | 140 | 204 | 0 | 53 | 26 | 42 | 512 | 36 | 64 |
| Binary | 10101001 | 1100000 | 10000100 | 0 | 101011 | 10110 | 100010 | 101001010 | 11110 | 110100 |
Color Harmonies of #A96084
Complementary color
Monochromatic Colors of #A96084
Black with #A96084
Text Example
Text Example
White with #A96084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96084; }
p { color: rgb(169,96,132); }
H1.HeaderClassName
{
color: #A96084;
}
.AnyTagClassName
{
color: #A96084;
}
</style>
background-color css
<style>
a { background-color: #A96084; }
a { background-color: rgb(169,96,132); }
div.DivClassName
{
background-color: #A96084;
}
.BgClassName
{
background-color: #A96084;
}
</style>
border-color css
<style>
span { border-color: #A96084; }
span { border-color: rgb(169,96,132); }
td.TdClassName
{
border-color: #A96084;
}
.TagClassName
{
border-color: #A96084;
}
</style>