Shades of Strikemaster #A6678A
Tints of Strikemaster #A6678A
RGB
CMYK
RGB Variations
Color information
#A6678A (or 0xA6678A) is known color: Strikemaster. HEX triplet: A6, 67 and 8A. RGB value is (166,103,138). Sum of RGB (Red+Green+Blue) = 166+103+138=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6678A is #599875. Grayscale: #7D7D7D. Windows color (decimal): -5871734 or 9070502. OLE color: 9070502.
HSL color Cylindrical-coordinate representation of color #A6678A: hue angle of 326.67º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6678A is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 138 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.35 |
| HSL | 326.67º | 0.26% | 0.53% | - |
| HSV(B) | 326.67º | 0.38% | 0.65% | - |
| XYZ | 25.16 | 19.64 | 26.51 | - |
| YUV | 125.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 138 | 0 | 0.38 | 0.17 | 0.35 | 326.67 | 0.26 | 0.53 |
| Hex | A6 | 67 | 8A | 0 | 26 | 11 | 23 | 147 | 1A | 35 |
| Octal | 246 | 147 | 212 | 0 | 46 | 21 | 43 | 507 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10001010 | 0 | 100110 | 10001 | 100011 | 101000111 | 11010 | 110101 |
Color Harmonies of #A6678A
Complementary color
Monochromatic Colors of #A6678A
Black with #A6678A
Text Example
Text Example
White with #A6678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6678A; }
p { color: rgb(166,103,138); }
H1.HeaderClassName
{
color: #A6678A;
}
.AnyTagClassName
{
color: #A6678A;
}
</style>
background-color css
<style>
a { background-color: #A6678A; }
a { background-color: rgb(166,103,138); }
div.DivClassName
{
background-color: #A6678A;
}
.BgClassName
{
background-color: #A6678A;
}
</style>
border-color css
<style>
span { border-color: #A6678A; }
span { border-color: rgb(166,103,138); }
td.TdClassName
{
border-color: #A6678A;
}
.TagClassName
{
border-color: #A6678A;
}
</style>