Shades of Strikemaster #A76089
Tints of Strikemaster #A76089
RGB
CMYK
RGB Variations
Color information
#A76089 (or 0xA76089) is known color: Strikemaster. HEX triplet: A7, 60 and 89. RGB value is (167,96,137). Sum of RGB (Red+Green+Blue) = 167+96+137=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A76089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76089 is #589F76. Grayscale: #797979. Windows color (decimal): -5807991 or 9003175. OLE color: 9003175.
HSL color Cylindrical-coordinate representation of color #A76089: hue angle of 325.35º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76089 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 96 | 137 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.35 |
| HSL | 325.35º | 0.29% | 0.52% | - |
| HSV(B) | 325.35º | 0.43% | 0.65% | - |
| XYZ | 24.63 | 18.39 | 25.92 | - |
| YUV | 121.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 137 | 0 | 0.43 | 0.18 | 0.35 | 325.35 | 0.29 | 0.52 |
| Hex | A7 | 60 | 89 | 0 | 2B | 12 | 23 | 145 | 1D | 34 |
| Octal | 247 | 140 | 211 | 0 | 53 | 22 | 43 | 505 | 35 | 64 |
| Binary | 10100111 | 1100000 | 10001001 | 0 | 101011 | 10010 | 100011 | 101000101 | 11101 | 110100 |
Color Harmonies of #A76089
Complementary color
Monochromatic Colors of #A76089
Black with #A76089
Text Example
Text Example
White with #A76089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76089; }
p { color: rgb(167,96,137); }
H1.HeaderClassName
{
color: #A76089;
}
.AnyTagClassName
{
color: #A76089;
}
</style>
background-color css
<style>
a { background-color: #A76089; }
a { background-color: rgb(167,96,137); }
div.DivClassName
{
background-color: #A76089;
}
.BgClassName
{
background-color: #A76089;
}
</style>
border-color css
<style>
span { border-color: #A76089; }
span { border-color: rgb(167,96,137); }
td.TdClassName
{
border-color: #A76089;
}
.TagClassName
{
border-color: #A76089;
}
</style>