Shades of Strikemaster #A6688B
Tints of Strikemaster #A6688B
RGB
CMYK
RGB Variations
Color information
#A6688B (or 0xA6688B) is known color: Strikemaster. HEX triplet: A6, 68 and 8B. RGB value is (166,104,139). Sum of RGB (Red+Green+Blue) = 166+104+139=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6688B is #599774. Grayscale: #7E7E7E. Windows color (decimal): -5871477 or 9136294. OLE color: 9136294.
HSL color Cylindrical-coordinate representation of color #A6688B: hue angle of 326.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6688B is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 139 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.35 |
| HSL | 326.13º | 0.26% | 0.53% | - |
| HSV(B) | 326.13º | 0.37% | 0.65% | - |
| XYZ | 25.34 | 19.87 | 26.93 | - |
| YUV | 126.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 139 | 0 | 0.37 | 0.16 | 0.35 | 326.13 | 0.26 | 0.53 |
| Hex | A6 | 68 | 8B | 0 | 25 | 10 | 23 | 146 | 1A | 35 |
| Octal | 246 | 150 | 213 | 0 | 45 | 20 | 43 | 506 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10001011 | 0 | 100101 | 10000 | 100011 | 101000110 | 11010 | 110101 |
Color Harmonies of #A6688B
Complementary color
Monochromatic Colors of #A6688B
Black with #A6688B
Text Example
Text Example
White with #A6688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6688B; }
p { color: rgb(166,104,139); }
H1.HeaderClassName
{
color: #A6688B;
}
.AnyTagClassName
{
color: #A6688B;
}
</style>
background-color css
<style>
a { background-color: #A6688B; }
a { background-color: rgb(166,104,139); }
div.DivClassName
{
background-color: #A6688B;
}
.BgClassName
{
background-color: #A6688B;
}
</style>
border-color css
<style>
span { border-color: #A6688B; }
span { border-color: rgb(166,104,139); }
td.TdClassName
{
border-color: #A6688B;
}
.TagClassName
{
border-color: #A6688B;
}
</style>