Shades of Strikemaster #A8688B
Tints of Strikemaster #A8688B
RGB
CMYK
RGB Variations
Color information
#A8688B (or 0xA8688B) is known color: Strikemaster. HEX triplet: A8, 68 and 8B. RGB value is (168,104,139). Sum of RGB (Red+Green+Blue) = 168+104+139=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8688B is #579774. Grayscale: #7F7F7F. Windows color (decimal): -5740405 or 9136296. OLE color: 9136296.
HSL color Cylindrical-coordinate representation of color #A8688B: hue angle of 327.19º 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 #A8688B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 139 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.34 |
| HSL | 327.19º | 0.27% | 0.53% | - |
| HSV(B) | 327.19º | 0.38% | 0.66% | - |
| XYZ | 25.76 | 20.09 | 26.95 | - |
| YUV | 127.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 139 | 0 | 0.38 | 0.17 | 0.34 | 327.19 | 0.27 | 0.53 |
| Hex | A8 | 68 | 8B | 0 | 26 | 11 | 22 | 147 | 1B | 35 |
| Octal | 250 | 150 | 213 | 0 | 46 | 21 | 42 | 507 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10001011 | 0 | 100110 | 10001 | 100010 | 101000111 | 11011 | 110101 |
Color Harmonies of #A8688B
Complementary color
Monochromatic Colors of #A8688B
Black with #A8688B
Text Example
Text Example
White with #A8688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8688B; }
p { color: rgb(168,104,139); }
H1.HeaderClassName
{
color: #A8688B;
}
.AnyTagClassName
{
color: #A8688B;
}
</style>
background-color css
<style>
a { background-color: #A8688B; }
a { background-color: rgb(168,104,139); }
div.DivClassName
{
background-color: #A8688B;
}
.BgClassName
{
background-color: #A8688B;
}
</style>
border-color css
<style>
span { border-color: #A8688B; }
span { border-color: rgb(168,104,139); }
td.TdClassName
{
border-color: #A8688B;
}
.TagClassName
{
border-color: #A8688B;
}
</style>