Shades of Strikemaster #A86688
Tints of Strikemaster #A86688
RGB
CMYK
RGB Variations
Color information
#A86688 (or 0xA86688) is known color: Strikemaster. HEX triplet: A8, 66 and 88. RGB value is (168,102,136). Sum of RGB (Red+Green+Blue) = 168+102+136=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A86688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86688 is #579977. Grayscale: #7D7D7D. Windows color (decimal): -5740920 or 8939176. OLE color: 8939176.
HSL color Cylindrical-coordinate representation of color #A86688: hue angle of 329.09º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86688 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 136 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.34 |
| HSL | 329.09º | 0.28% | 0.53% | - |
| HSV(B) | 329.09º | 0.39% | 0.66% | - |
| XYZ | 25.34 | 19.61 | 25.74 | - |
| YUV | 125.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 136 | 0 | 0.39 | 0.19 | 0.34 | 329.09 | 0.28 | 0.53 |
| Hex | A8 | 66 | 88 | 0 | 27 | 13 | 22 | 149 | 1C | 35 |
| Octal | 250 | 146 | 210 | 0 | 47 | 23 | 42 | 511 | 34 | 65 |
| Binary | 10101000 | 1100110 | 10001000 | 0 | 100111 | 10011 | 100010 | 101001001 | 11100 | 110101 |
Color Harmonies of #A86688
Complementary color
Monochromatic Colors of #A86688
Black with #A86688
Text Example
Text Example
White with #A86688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86688; }
p { color: rgb(168,102,136); }
H1.HeaderClassName
{
color: #A86688;
}
.AnyTagClassName
{
color: #A86688;
}
</style>
background-color css
<style>
a { background-color: #A86688; }
a { background-color: rgb(168,102,136); }
div.DivClassName
{
background-color: #A86688;
}
.BgClassName
{
background-color: #A86688;
}
</style>
border-color css
<style>
span { border-color: #A86688; }
span { border-color: rgb(168,102,136); }
td.TdClassName
{
border-color: #A86688;
}
.TagClassName
{
border-color: #A86688;
}
</style>