Shades of Strikemaster #A6688A
Tints of Strikemaster #A6688A
RGB
CMYK
RGB Variations
Color information
#A6688A (or 0xA6688A) is known color: Strikemaster. HEX triplet: A6, 68 and 8A. RGB value is (166,104,138). Sum of RGB (Red+Green+Blue) = 166+104+138=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6688A is #599775. Grayscale: #7E7E7E. Windows color (decimal): -5871478 or 9070758. OLE color: 9070758.
HSL color Cylindrical-coordinate representation of color #A6688A: hue angle of 327.1º 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 #A6688A is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 138 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.35 |
| HSL | 327.1º | 0.26% | 0.53% | - |
| HSV(B) | 327.1º | 0.37% | 0.65% | - |
| XYZ | 25.26 | 19.84 | 26.54 | - |
| YUV | 126.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 138 | 0 | 0.37 | 0.17 | 0.35 | 327.1 | 0.26 | 0.53 |
| Hex | A6 | 68 | 8A | 0 | 25 | 11 | 23 | 147 | 1A | 35 |
| Octal | 246 | 150 | 212 | 0 | 45 | 21 | 43 | 507 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10001010 | 0 | 100101 | 10001 | 100011 | 101000111 | 11010 | 110101 |
Color Harmonies of #A6688A
Complementary color
Monochromatic Colors of #A6688A
Black with #A6688A
Text Example
Text Example
White with #A6688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6688A; }
p { color: rgb(166,104,138); }
H1.HeaderClassName
{
color: #A6688A;
}
.AnyTagClassName
{
color: #A6688A;
}
</style>
background-color css
<style>
a { background-color: #A6688A; }
a { background-color: rgb(166,104,138); }
div.DivClassName
{
background-color: #A6688A;
}
.BgClassName
{
background-color: #A6688A;
}
</style>
border-color css
<style>
span { border-color: #A6688A; }
span { border-color: rgb(166,104,138); }
td.TdClassName
{
border-color: #A6688A;
}
.TagClassName
{
border-color: #A6688A;
}
</style>