Shades of Strikemaster #A66585
Tints of Strikemaster #A66585
RGB
CMYK
RGB Variations
Color information
#A66585 (or 0xA66585) is known color: Strikemaster. HEX triplet: A6, 65 and 85. RGB value is (166,101,133). Sum of RGB (Red+Green+Blue) = 166+101+133=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A66585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66585 is #599A7A. Grayscale: #7C7C7C. Windows color (decimal): -5872251 or 8742310. OLE color: 8742310.
HSL color Cylindrical-coordinate representation of color #A66585: hue angle of 330.46º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66585 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 133 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.35 |
| HSL | 330.46º | 0.27% | 0.52% | - |
| HSV(B) | 330.46º | 0.39% | 0.65% | - |
| XYZ | 24.61 | 19.11 | 24.58 | - |
| YUV | 124.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 133 | 0 | 0.39 | 0.20 | 0.35 | 330.46 | 0.27 | 0.52 |
| Hex | A6 | 65 | 85 | 0 | 27 | 14 | 23 | 14A | 1B | 34 |
| Octal | 246 | 145 | 205 | 0 | 47 | 24 | 43 | 512 | 33 | 64 |
| Binary | 10100110 | 1100101 | 10000101 | 0 | 100111 | 10100 | 100011 | 101001010 | 11011 | 110100 |
Color Harmonies of #A66585
Complementary color
Monochromatic Colors of #A66585
Black with #A66585
Text Example
Text Example
White with #A66585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66585; }
p { color: rgb(166,101,133); }
H1.HeaderClassName
{
color: #A66585;
}
.AnyTagClassName
{
color: #A66585;
}
</style>
background-color css
<style>
a { background-color: #A66585; }
a { background-color: rgb(166,101,133); }
div.DivClassName
{
background-color: #A66585;
}
.BgClassName
{
background-color: #A66585;
}
</style>
border-color css
<style>
span { border-color: #A66585; }
span { border-color: rgb(166,101,133); }
td.TdClassName
{
border-color: #A66585;
}
.TagClassName
{
border-color: #A66585;
}
</style>