Shades of Strikemaster #A8658F
Tints of Strikemaster #A8658F
RGB
CMYK
RGB Variations
Color information
#A8658F (or 0xA8658F) is known color: Strikemaster. HEX triplet: A8, 65 and 8F. RGB value is (168,101,143). Sum of RGB (Red+Green+Blue) = 168+101+143=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8658F is #579A70. Grayscale: #7D7D7D. Windows color (decimal): -5741169 or 9397672. OLE color: 9397672.
HSL color Cylindrical-coordinate representation of color #A8658F: hue angle of 322.39º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8658F is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 143 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.34 |
| HSL | 322.39º | 0.28% | 0.53% | - |
| HSV(B) | 322.39º | 0.4% | 0.66% | - |
| XYZ | 25.76 | 19.62 | 28.42 | - |
| YUV | 125.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 143 | 0 | 0.40 | 0.15 | 0.34 | 322.39 | 0.28 | 0.53 |
| Hex | A8 | 65 | 8F | 0 | 28 | F | 22 | 142 | 1C | 35 |
| Octal | 250 | 145 | 217 | 0 | 50 | 17 | 42 | 502 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10001111 | 0 | 101000 | 1111 | 100010 | 101000010 | 11100 | 110101 |
Color Harmonies of #A8658F
Complementary color
Monochromatic Colors of #A8658F
Black with #A8658F
Text Example
Text Example
White with #A8658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8658F; }
p { color: rgb(168,101,143); }
H1.HeaderClassName
{
color: #A8658F;
}
.AnyTagClassName
{
color: #A8658F;
}
</style>
background-color css
<style>
a { background-color: #A8658F; }
a { background-color: rgb(168,101,143); }
div.DivClassName
{
background-color: #A8658F;
}
.BgClassName
{
background-color: #A8658F;
}
</style>
border-color css
<style>
span { border-color: #A8658F; }
span { border-color: rgb(168,101,143); }
td.TdClassName
{
border-color: #A8658F;
}
.TagClassName
{
border-color: #A8658F;
}
</style>