Shades of Strikemaster #A06982
Tints of Strikemaster #A06982
RGB
CMYK
RGB Variations
Color information
#A06982 (or 0xA06982) is known color: Strikemaster. HEX triplet: A0, 69 and 82. RGB value is (160,105,130). Sum of RGB (Red+Green+Blue) = 160+105+130=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06982 is #5F967D. Grayscale: #7C7C7C. Windows color (decimal): -6264446 or 8546720. OLE color: 8546720.
HSL color Cylindrical-coordinate representation of color #A06982: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06982 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 130 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.37 |
| HSL | 332.73º | 0.22% | 0.52% | - |
| HSV(B) | 332.73º | 0.34% | 0.63% | - |
| XYZ | 23.58 | 19.19 | 23.58 | - |
| YUV | 124.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 130 | 0 | 0.34 | 0.19 | 0.37 | 332.73 | 0.22 | 0.52 |
| Hex | A0 | 69 | 82 | 0 | 22 | 13 | 25 | 14D | 16 | 34 |
| Octal | 240 | 151 | 202 | 0 | 42 | 23 | 45 | 515 | 26 | 64 |
| Binary | 10100000 | 1101001 | 10000010 | 0 | 100010 | 10011 | 100101 | 101001101 | 10110 | 110100 |
Color Harmonies of #A06982
Complementary color
Monochromatic Colors of #A06982
Black with #A06982
Text Example
Text Example
White with #A06982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06982; }
p { color: rgb(160,105,130); }
H1.HeaderClassName
{
color: #A06982;
}
.AnyTagClassName
{
color: #A06982;
}
</style>
background-color css
<style>
a { background-color: #A06982; }
a { background-color: rgb(160,105,130); }
div.DivClassName
{
background-color: #A06982;
}
.BgClassName
{
background-color: #A06982;
}
</style>
border-color css
<style>
span { border-color: #A06982; }
span { border-color: rgb(160,105,130); }
td.TdClassName
{
border-color: #A06982;
}
.TagClassName
{
border-color: #A06982;
}
</style>