Shades of Strikemaster #A8658D
Tints of Strikemaster #A8658D
RGB
CMYK
RGB Variations
Color information
#A8658D (or 0xA8658D) is known color: Strikemaster. HEX triplet: A8, 65 and 8D. RGB value is (168,101,141). Sum of RGB (Red+Green+Blue) = 168+101+141=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8658D is #579A72. Grayscale: #7D7D7D. Windows color (decimal): -5741171 or 9266600. OLE color: 9266600.
HSL color Cylindrical-coordinate representation of color #A8658D: hue angle of 324.18º 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 #A8658D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 141 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.34 |
| HSL | 324.18º | 0.28% | 0.53% | - |
| HSV(B) | 324.18º | 0.4% | 0.66% | - |
| XYZ | 25.61 | 19.56 | 27.62 | - |
| YUV | 125.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 141 | 0 | 0.40 | 0.16 | 0.34 | 324.18 | 0.28 | 0.53 |
| Hex | A8 | 65 | 8D | 0 | 28 | 10 | 22 | 144 | 1C | 35 |
| Octal | 250 | 145 | 215 | 0 | 50 | 20 | 42 | 504 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10001101 | 0 | 101000 | 10000 | 100010 | 101000100 | 11100 | 110101 |
Color Harmonies of #A8658D
Complementary color
Monochromatic Colors of #A8658D
Black with #A8658D
Text Example
Text Example
White with #A8658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8658D; }
p { color: rgb(168,101,141); }
H1.HeaderClassName
{
color: #A8658D;
}
.AnyTagClassName
{
color: #A8658D;
}
</style>
background-color css
<style>
a { background-color: #A8658D; }
a { background-color: rgb(168,101,141); }
div.DivClassName
{
background-color: #A8658D;
}
.BgClassName
{
background-color: #A8658D;
}
</style>
border-color css
<style>
span { border-color: #A8658D; }
span { border-color: rgb(168,101,141); }
td.TdClassName
{
border-color: #A8658D;
}
.TagClassName
{
border-color: #A8658D;
}
</style>