Shades of Strikemaster #A06E82
Tints of Strikemaster #A06E82
RGB
CMYK
RGB Variations
Color information
#A06E82 (or 0xA06E82) is known color: Strikemaster. HEX triplet: A0, 6E and 82. RGB value is (160,110,130). Sum of RGB (Red+Green+Blue) = 160+110+130=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06E82 is #5F917D. Grayscale: #7F7F7F. Windows color (decimal): -6263166 or 8548000. OLE color: 8548000.
HSL color Cylindrical-coordinate representation of color #A06E82: hue angle of 336º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06E82 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 130 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.37 |
| HSL | 336º | 0.21% | 0.53% | - |
| HSV(B) | 336º | 0.31% | 0.63% | - |
| XYZ | 24.1 | 20.24 | 23.75 | - |
| YUV | 127.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 130 | 0 | 0.31 | 0.19 | 0.37 | 336 | 0.21 | 0.53 |
| Hex | A0 | 6E | 82 | 0 | 1F | 13 | 25 | 150 | 15 | 35 |
| Octal | 240 | 156 | 202 | 0 | 37 | 23 | 45 | 520 | 25 | 65 |
| Binary | 10100000 | 1101110 | 10000010 | 0 | 11111 | 10011 | 100101 | 101010000 | 10101 | 110101 |
Color Harmonies of #A06E82
Complementary color
Monochromatic Colors of #A06E82
Black with #A06E82
Text Example
Text Example
White with #A06E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E82; }
p { color: rgb(160,110,130); }
H1.HeaderClassName
{
color: #A06E82;
}
.AnyTagClassName
{
color: #A06E82;
}
</style>
background-color css
<style>
a { background-color: #A06E82; }
a { background-color: rgb(160,110,130); }
div.DivClassName
{
background-color: #A06E82;
}
.BgClassName
{
background-color: #A06E82;
}
</style>
border-color css
<style>
span { border-color: #A06E82; }
span { border-color: rgb(160,110,130); }
td.TdClassName
{
border-color: #A06E82;
}
.TagClassName
{
border-color: #A06E82;
}
</style>