Shades of Strikemaster #A46586
Tints of Strikemaster #A46586
RGB
CMYK
RGB Variations
Color information
#A46586 (or 0xA46586) is known color: Strikemaster. HEX triplet: A4, 65 and 86. RGB value is (164,101,134). Sum of RGB (Red+Green+Blue) = 164+101+134=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46586 is #5B9A79. Grayscale: #7B7B7B. Windows color (decimal): -6003322 or 8807844. OLE color: 8807844.
HSL color Cylindrical-coordinate representation of color #A46586: hue angle of 328.57º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46586 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 134 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.36 |
| HSL | 328.57º | 0.26% | 0.52% | - |
| HSV(B) | 328.57º | 0.38% | 0.64% | - |
| XYZ | 24.27 | 18.92 | 24.93 | - |
| YUV | 123.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 134 | 0 | 0.38 | 0.18 | 0.36 | 328.57 | 0.26 | 0.52 |
| Hex | A4 | 65 | 86 | 0 | 26 | 12 | 24 | 149 | 1A | 34 |
| Octal | 244 | 145 | 206 | 0 | 46 | 22 | 44 | 511 | 32 | 64 |
| Binary | 10100100 | 1100101 | 10000110 | 0 | 100110 | 10010 | 100100 | 101001001 | 11010 | 110100 |
Color Harmonies of #A46586
Complementary color
Monochromatic Colors of #A46586
Black with #A46586
Text Example
Text Example
White with #A46586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46586; }
p { color: rgb(164,101,134); }
H1.HeaderClassName
{
color: #A46586;
}
.AnyTagClassName
{
color: #A46586;
}
</style>
background-color css
<style>
a { background-color: #A46586; }
a { background-color: rgb(164,101,134); }
div.DivClassName
{
background-color: #A46586;
}
.BgClassName
{
background-color: #A46586;
}
</style>
border-color css
<style>
span { border-color: #A46586; }
span { border-color: rgb(164,101,134); }
td.TdClassName
{
border-color: #A46586;
}
.TagClassName
{
border-color: #A46586;
}
</style>