Shades of Strikemaster #A66A86
Tints of Strikemaster #A66A86
RGB
CMYK
RGB Variations
Color information
#A66A86 (or 0xA66A86) is known color: Strikemaster. HEX triplet: A6, 6A and 86. RGB value is (166,106,134). Sum of RGB (Red+Green+Blue) = 166+106+134=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A86 is #599579. Grayscale: #7F7F7F. Windows color (decimal): -5870970 or 8809126. OLE color: 8809126.
HSL color Cylindrical-coordinate representation of color #A66A86: hue angle of 332º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66A86 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 134 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.35 |
| HSL | 332º | 0.25% | 0.53% | - |
| HSV(B) | 332º | 0.36% | 0.65% | - |
| XYZ | 25.18 | 20.14 | 25.11 | - |
| YUV | 127.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 134 | 0 | 0.36 | 0.19 | 0.35 | 332 | 0.25 | 0.53 |
| Hex | A6 | 6A | 86 | 0 | 24 | 13 | 23 | 14C | 19 | 35 |
| Octal | 246 | 152 | 206 | 0 | 44 | 23 | 43 | 514 | 31 | 65 |
| Binary | 10100110 | 1101010 | 10000110 | 0 | 100100 | 10011 | 100011 | 101001100 | 11001 | 110101 |
Color Harmonies of #A66A86
Complementary color
Monochromatic Colors of #A66A86
Black with #A66A86
Text Example
Text Example
White with #A66A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A86; }
p { color: rgb(166,106,134); }
H1.HeaderClassName
{
color: #A66A86;
}
.AnyTagClassName
{
color: #A66A86;
}
</style>
background-color css
<style>
a { background-color: #A66A86; }
a { background-color: rgb(166,106,134); }
div.DivClassName
{
background-color: #A66A86;
}
.BgClassName
{
background-color: #A66A86;
}
</style>
border-color css
<style>
span { border-color: #A66A86; }
span { border-color: rgb(166,106,134); }
td.TdClassName
{
border-color: #A66A86;
}
.TagClassName
{
border-color: #A66A86;
}
</style>