Shades of Strikemaster #A86788
Tints of Strikemaster #A86788
RGB
CMYK
RGB Variations
Color information
#A86788 (or 0xA86788) is known color: Strikemaster. HEX triplet: A8, 67 and 88. RGB value is (168,103,136). Sum of RGB (Red+Green+Blue) = 168+103+136=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A86788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86788 is #579877. Grayscale: #7E7E7E. Windows color (decimal): -5740664 or 8939432. OLE color: 8939432.
HSL color Cylindrical-coordinate representation of color #A86788: hue angle of 329.54º degrees, saturation: 0.27, 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 #A86788 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 136 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.34 |
| HSL | 329.54º | 0.27% | 0.53% | - |
| HSV(B) | 329.54º | 0.39% | 0.66% | - |
| XYZ | 25.44 | 19.8 | 25.77 | - |
| YUV | 126.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 136 | 0 | 0.39 | 0.19 | 0.34 | 329.54 | 0.27 | 0.53 |
| Hex | A8 | 67 | 88 | 0 | 27 | 13 | 22 | 14A | 1B | 35 |
| Octal | 250 | 147 | 210 | 0 | 47 | 23 | 42 | 512 | 33 | 65 |
| Binary | 10101000 | 1100111 | 10001000 | 0 | 100111 | 10011 | 100010 | 101001010 | 11011 | 110101 |
Color Harmonies of #A86788
Complementary color
Monochromatic Colors of #A86788
Black with #A86788
Text Example
Text Example
White with #A86788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86788; }
p { color: rgb(168,103,136); }
H1.HeaderClassName
{
color: #A86788;
}
.AnyTagClassName
{
color: #A86788;
}
</style>
background-color css
<style>
a { background-color: #A86788; }
a { background-color: rgb(168,103,136); }
div.DivClassName
{
background-color: #A86788;
}
.BgClassName
{
background-color: #A86788;
}
</style>
border-color css
<style>
span { border-color: #A86788; }
span { border-color: rgb(168,103,136); }
td.TdClassName
{
border-color: #A86788;
}
.TagClassName
{
border-color: #A86788;
}
</style>