Shades of Strikemaster #A86082
Tints of Strikemaster #A86082
RGB
CMYK
RGB Variations
Color information
#A86082 (or 0xA86082) is known color: Strikemaster. HEX triplet: A8, 60 and 82. RGB value is (168,96,130). Sum of RGB (Red+Green+Blue) = 168+96+130=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A86082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86082 is #579F7D. Grayscale: #797979. Windows color (decimal): -5742462 or 8544424. OLE color: 8544424.
HSL color Cylindrical-coordinate representation of color #A86082: hue angle of 331.67º degrees, saturation: 0.29, 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 #A86082 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 130 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.34 |
| HSL | 331.67º | 0.29% | 0.52% | - |
| HSV(B) | 331.67º | 0.43% | 0.66% | - |
| XYZ | 24.36 | 18.3 | 23.37 | - |
| YUV | 121.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 130 | 0 | 0.43 | 0.23 | 0.34 | 331.67 | 0.29 | 0.52 |
| Hex | A8 | 60 | 82 | 0 | 2B | 17 | 22 | 14C | 1D | 34 |
| Octal | 250 | 140 | 202 | 0 | 53 | 27 | 42 | 514 | 35 | 64 |
| Binary | 10101000 | 1100000 | 10000010 | 0 | 101011 | 10111 | 100010 | 101001100 | 11101 | 110100 |
Color Harmonies of #A86082
Complementary color
Monochromatic Colors of #A86082
Black with #A86082
Text Example
Text Example
White with #A86082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86082; }
p { color: rgb(168,96,130); }
H1.HeaderClassName
{
color: #A86082;
}
.AnyTagClassName
{
color: #A86082;
}
</style>
background-color css
<style>
a { background-color: #A86082; }
a { background-color: rgb(168,96,130); }
div.DivClassName
{
background-color: #A86082;
}
.BgClassName
{
background-color: #A86082;
}
</style>
border-color css
<style>
span { border-color: #A86082; }
span { border-color: rgb(168,96,130); }
td.TdClassName
{
border-color: #A86082;
}
.TagClassName
{
border-color: #A86082;
}
</style>