Shades of Strikemaster #A66789
Tints of Strikemaster #A66789
RGB
CMYK
RGB Variations
Color information
#A66789 (or 0xA66789) is known color: Strikemaster. HEX triplet: A6, 67 and 89. RGB value is (166,103,137). Sum of RGB (Red+Green+Blue) = 166+103+137=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A66789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66789 is #599876. Grayscale: #7D7D7D. Windows color (decimal): -5871735 or 9004966. OLE color: 9004966.
HSL color Cylindrical-coordinate representation of color #A66789: hue angle of 327.62º 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 #A66789 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 137 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.35 |
| HSL | 327.62º | 0.26% | 0.53% | - |
| HSV(B) | 327.62º | 0.38% | 0.65% | - |
| XYZ | 25.09 | 19.61 | 26.13 | - |
| YUV | 125.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 137 | 0 | 0.38 | 0.17 | 0.35 | 327.62 | 0.26 | 0.53 |
| Hex | A6 | 67 | 89 | 0 | 26 | 11 | 23 | 148 | 1A | 35 |
| Octal | 246 | 147 | 211 | 0 | 46 | 21 | 43 | 510 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10001001 | 0 | 100110 | 10001 | 100011 | 101001000 | 11010 | 110101 |
Color Harmonies of #A66789
Complementary color
Monochromatic Colors of #A66789
Black with #A66789
Text Example
Text Example
White with #A66789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66789; }
p { color: rgb(166,103,137); }
H1.HeaderClassName
{
color: #A66789;
}
.AnyTagClassName
{
color: #A66789;
}
</style>
background-color css
<style>
a { background-color: #A66789; }
a { background-color: rgb(166,103,137); }
div.DivClassName
{
background-color: #A66789;
}
.BgClassName
{
background-color: #A66789;
}
</style>
border-color css
<style>
span { border-color: #A66789; }
span { border-color: rgb(166,103,137); }
td.TdClassName
{
border-color: #A66789;
}
.TagClassName
{
border-color: #A66789;
}
</style>