Shades of Strikemaster #A86889
Tints of Strikemaster #A86889
RGB
CMYK
RGB Variations
Color information
#A86889 (or 0xA86889) is known color: Strikemaster. HEX triplet: A8, 68 and 89. RGB value is (168,104,137). Sum of RGB (Red+Green+Blue) = 168+104+137=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A86889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86889 is #579776. Grayscale: #7E7E7E. Windows color (decimal): -5740407 or 9005224. OLE color: 9005224.
HSL color Cylindrical-coordinate representation of color #A86889: hue angle of 329.06º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86889 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 137 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.34 |
| HSL | 329.06º | 0.27% | 0.53% | - |
| HSV(B) | 329.06º | 0.38% | 0.66% | - |
| XYZ | 25.61 | 20.03 | 26.18 | - |
| YUV | 126.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 137 | 0 | 0.38 | 0.18 | 0.34 | 329.06 | 0.27 | 0.53 |
| Hex | A8 | 68 | 89 | 0 | 26 | 12 | 22 | 149 | 1B | 35 |
| Octal | 250 | 150 | 211 | 0 | 46 | 22 | 42 | 511 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10001001 | 0 | 100110 | 10010 | 100010 | 101001001 | 11011 | 110101 |
Color Harmonies of #A86889
Complementary color
Monochromatic Colors of #A86889
Black with #A86889
Text Example
Text Example
White with #A86889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86889; }
p { color: rgb(168,104,137); }
H1.HeaderClassName
{
color: #A86889;
}
.AnyTagClassName
{
color: #A86889;
}
</style>
background-color css
<style>
a { background-color: #A86889; }
a { background-color: rgb(168,104,137); }
div.DivClassName
{
background-color: #A86889;
}
.BgClassName
{
background-color: #A86889;
}
</style>
border-color css
<style>
span { border-color: #A86889; }
span { border-color: rgb(168,104,137); }
td.TdClassName
{
border-color: #A86889;
}
.TagClassName
{
border-color: #A86889;
}
</style>