Shades of Strikemaster #A66A89
Tints of Strikemaster #A66A89
RGB
CMYK
RGB Variations
Color information
#A66A89 (or 0xA66A89) is known color: Strikemaster. HEX triplet: A6, 6A and 89. RGB value is (166,106,137). Sum of RGB (Red+Green+Blue) = 166+106+137=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A89 is #599576. Grayscale: #7F7F7F. Windows color (decimal): -5870967 or 9005734. OLE color: 9005734.
HSL color Cylindrical-coordinate representation of color #A66A89: hue angle of 329º 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 #A66A89 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 137 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.35 |
| HSL | 329º | 0.25% | 0.53% | - |
| HSV(B) | 329º | 0.36% | 0.65% | - |
| XYZ | 25.4 | 20.22 | 26.23 | - |
| YUV | 127.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 137 | 0 | 0.36 | 0.17 | 0.35 | 329 | 0.25 | 0.53 |
| Hex | A6 | 6A | 89 | 0 | 24 | 11 | 23 | 149 | 19 | 35 |
| Octal | 246 | 152 | 211 | 0 | 44 | 21 | 43 | 511 | 31 | 65 |
| Binary | 10100110 | 1101010 | 10001001 | 0 | 100100 | 10001 | 100011 | 101001001 | 11001 | 110101 |
Color Harmonies of #A66A89
Complementary color
Monochromatic Colors of #A66A89
Black with #A66A89
Text Example
Text Example
White with #A66A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A89; }
p { color: rgb(166,106,137); }
H1.HeaderClassName
{
color: #A66A89;
}
.AnyTagClassName
{
color: #A66A89;
}
</style>
background-color css
<style>
a { background-color: #A66A89; }
a { background-color: rgb(166,106,137); }
div.DivClassName
{
background-color: #A66A89;
}
.BgClassName
{
background-color: #A66A89;
}
</style>
border-color css
<style>
span { border-color: #A66A89; }
span { border-color: rgb(166,106,137); }
td.TdClassName
{
border-color: #A66A89;
}
.TagClassName
{
border-color: #A66A89;
}
</style>