Shades of Strikemaster #A76182
Tints of Strikemaster #A76182
RGB
CMYK
RGB Variations
Color information
#A76182 (or 0xA76182) is known color: Strikemaster. HEX triplet: A7, 61 and 82. RGB value is (167,97,130). Sum of RGB (Red+Green+Blue) = 167+97+130=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A76182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76182 is #589E7D. Grayscale: #797979. Windows color (decimal): -5807742 or 8544679. OLE color: 8544679.
HSL color Cylindrical-coordinate representation of color #A76182: hue angle of 331.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76182 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 97 | 130 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.35 |
| HSL | 331.71º | 0.28% | 0.52% | - |
| HSV(B) | 331.71º | 0.42% | 0.65% | - |
| XYZ | 24.24 | 18.38 | 23.39 | - |
| YUV | 121.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 130 | 0 | 0.42 | 0.22 | 0.35 | 331.71 | 0.28 | 0.52 |
| Hex | A7 | 61 | 82 | 0 | 2A | 16 | 23 | 14C | 1C | 34 |
| Octal | 247 | 141 | 202 | 0 | 52 | 26 | 43 | 514 | 34 | 64 |
| Binary | 10100111 | 1100001 | 10000010 | 0 | 101010 | 10110 | 100011 | 101001100 | 11100 | 110100 |
Color Harmonies of #A76182
Complementary color
Monochromatic Colors of #A76182
Black with #A76182
Text Example
Text Example
White with #A76182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76182; }
p { color: rgb(167,97,130); }
H1.HeaderClassName
{
color: #A76182;
}
.AnyTagClassName
{
color: #A76182;
}
</style>
background-color css
<style>
a { background-color: #A76182; }
a { background-color: rgb(167,97,130); }
div.DivClassName
{
background-color: #A76182;
}
.BgClassName
{
background-color: #A76182;
}
</style>
border-color css
<style>
span { border-color: #A76182; }
span { border-color: rgb(167,97,130); }
td.TdClassName
{
border-color: #A76182;
}
.TagClassName
{
border-color: #A76182;
}
</style>