Shades of Strikemaster #A66080
Tints of Strikemaster #A66080
RGB
CMYK
RGB Variations
Color information
#A66080 (or 0xA66080) is known color: Strikemaster. HEX triplet: A6, 60 and 80. RGB value is (166,96,128). Sum of RGB (Red+Green+Blue) = 166+96+128=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A66080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66080 is #599F7F. Grayscale: #787878. Windows color (decimal): -5873536 or 8413350. OLE color: 8413350.
HSL color Cylindrical-coordinate representation of color #A66080: hue angle of 332.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66080 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 128 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.35 |
| HSL | 332.57º | 0.28% | 0.51% | - |
| HSV(B) | 332.57º | 0.42% | 0.65% | - |
| XYZ | 23.81 | 18.03 | 22.65 | - |
| YUV | 120.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 128 | 0 | 0.42 | 0.23 | 0.35 | 332.57 | 0.28 | 0.51 |
| Hex | A6 | 60 | 80 | 0 | 2A | 17 | 23 | 14D | 1C | 33 |
| Octal | 246 | 140 | 200 | 0 | 52 | 27 | 43 | 515 | 34 | 63 |
| Binary | 10100110 | 1100000 | 10000000 | 0 | 101010 | 10111 | 100011 | 101001101 | 11100 | 110011 |
Color Harmonies of #A66080
Complementary color
Monochromatic Colors of #A66080
Black with #A66080
Text Example
Text Example
White with #A66080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66080; }
p { color: rgb(166,96,128); }
H1.HeaderClassName
{
color: #A66080;
}
.AnyTagClassName
{
color: #A66080;
}
</style>
background-color css
<style>
a { background-color: #A66080; }
a { background-color: rgb(166,96,128); }
div.DivClassName
{
background-color: #A66080;
}
.BgClassName
{
background-color: #A66080;
}
</style>
border-color css
<style>
span { border-color: #A66080; }
span { border-color: rgb(166,96,128); }
td.TdClassName
{
border-color: #A66080;
}
.TagClassName
{
border-color: #A66080;
}
</style>