Shades of Strikemaster #A86A8A
Tints of Strikemaster #A86A8A
RGB
CMYK
RGB Variations
Color information
#A86A8A (or 0xA86A8A) is known color: Strikemaster. HEX triplet: A8, 6A and 8A. RGB value is (168,106,138). Sum of RGB (Red+Green+Blue) = 168+106+138=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86A8A is #579575. Grayscale: #808080. Windows color (decimal): -5739894 or 9071272. OLE color: 9071272.
HSL color Cylindrical-coordinate representation of color #A86A8A: hue angle of 329.03º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A86A8A is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 138 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.34 |
| HSL | 329.03º | 0.26% | 0.54% | - |
| HSV(B) | 329.03º | 0.37% | 0.66% | - |
| XYZ | 25.89 | 20.47 | 26.63 | - |
| YUV | 128.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 138 | 0 | 0.37 | 0.18 | 0.34 | 329.03 | 0.26 | 0.54 |
| Hex | A8 | 6A | 8A | 0 | 25 | 12 | 22 | 149 | 1A | 36 |
| Octal | 250 | 152 | 212 | 0 | 45 | 22 | 42 | 511 | 32 | 66 |
| Binary | 10101000 | 1101010 | 10001010 | 0 | 100101 | 10010 | 100010 | 101001001 | 11010 | 110110 |
Color Harmonies of #A86A8A
Complementary color
Monochromatic Colors of #A86A8A
Black with #A86A8A
Text Example
Text Example
White with #A86A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A8A; }
p { color: rgb(168,106,138); }
H1.HeaderClassName
{
color: #A86A8A;
}
.AnyTagClassName
{
color: #A86A8A;
}
</style>
background-color css
<style>
a { background-color: #A86A8A; }
a { background-color: rgb(168,106,138); }
div.DivClassName
{
background-color: #A86A8A;
}
.BgClassName
{
background-color: #A86A8A;
}
</style>
border-color css
<style>
span { border-color: #A86A8A; }
span { border-color: rgb(168,106,138); }
td.TdClassName
{
border-color: #A86A8A;
}
.TagClassName
{
border-color: #A86A8A;
}
</style>