Shades of Strikemaster #A66E89
Tints of Strikemaster #A66E89
RGB
CMYK
RGB Variations
Color information
#A66E89 (or 0xA66E89) is known color: Strikemaster. HEX triplet: A6, 6E and 89. RGB value is (166,110,137). Sum of RGB (Red+Green+Blue) = 166+110+137=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E89 is #599176. Grayscale: #818181. Windows color (decimal): -5869943 or 9006758. OLE color: 9006758.
HSL color Cylindrical-coordinate representation of color #A66E89: hue angle of 331.07º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E89 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 137 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.35 |
| HSL | 331.07º | 0.24% | 0.54% | - |
| HSV(B) | 331.07º | 0.34% | 0.65% | - |
| XYZ | 25.82 | 21.06 | 26.37 | - |
| YUV | 129.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 137 | 0 | 0.34 | 0.17 | 0.35 | 331.07 | 0.24 | 0.54 |
| Hex | A6 | 6E | 89 | 0 | 22 | 11 | 23 | 14B | 18 | 36 |
| Octal | 246 | 156 | 211 | 0 | 42 | 21 | 43 | 513 | 30 | 66 |
| Binary | 10100110 | 1101110 | 10001001 | 0 | 100010 | 10001 | 100011 | 101001011 | 11000 | 110110 |
Color Harmonies of #A66E89
Complementary color
Monochromatic Colors of #A66E89
Black with #A66E89
Text Example
Text Example
White with #A66E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E89; }
p { color: rgb(166,110,137); }
H1.HeaderClassName
{
color: #A66E89;
}
.AnyTagClassName
{
color: #A66E89;
}
</style>
background-color css
<style>
a { background-color: #A66E89; }
a { background-color: rgb(166,110,137); }
div.DivClassName
{
background-color: #A66E89;
}
.BgClassName
{
background-color: #A66E89;
}
</style>
border-color css
<style>
span { border-color: #A66E89; }
span { border-color: rgb(166,110,137); }
td.TdClassName
{
border-color: #A66E89;
}
.TagClassName
{
border-color: #A66E89;
}
</style>