Shades of Strikemaster #A46186
Tints of Strikemaster #A46186
RGB
CMYK
RGB Variations
Color information
#A46186 (or 0xA46186) is known color: Strikemaster. HEX triplet: A4, 61 and 86. RGB value is (164,97,134). Sum of RGB (Red+Green+Blue) = 164+97+134=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46186 is #5B9E79. Grayscale: #797979. Windows color (decimal): -6004346 or 8806820. OLE color: 8806820.
HSL color Cylindrical-coordinate representation of color #A46186: hue angle of 326.87º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46186 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 134 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.36 |
| HSL | 326.87º | 0.27% | 0.51% | - |
| HSV(B) | 326.87º | 0.41% | 0.64% | - |
| XYZ | 23.89 | 18.16 | 24.8 | - |
| YUV | 121.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 134 | 0 | 0.41 | 0.18 | 0.36 | 326.87 | 0.27 | 0.51 |
| Hex | A4 | 61 | 86 | 0 | 29 | 12 | 24 | 147 | 1B | 33 |
| Octal | 244 | 141 | 206 | 0 | 51 | 22 | 44 | 507 | 33 | 63 |
| Binary | 10100100 | 1100001 | 10000110 | 0 | 101001 | 10010 | 100100 | 101000111 | 11011 | 110011 |
Color Harmonies of #A46186
Complementary color
Monochromatic Colors of #A46186
Black with #A46186
Text Example
Text Example
White with #A46186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46186; }
p { color: rgb(164,97,134); }
H1.HeaderClassName
{
color: #A46186;
}
.AnyTagClassName
{
color: #A46186;
}
</style>
background-color css
<style>
a { background-color: #A46186; }
a { background-color: rgb(164,97,134); }
div.DivClassName
{
background-color: #A46186;
}
.BgClassName
{
background-color: #A46186;
}
</style>
border-color css
<style>
span { border-color: #A46186; }
span { border-color: rgb(164,97,134); }
td.TdClassName
{
border-color: #A46186;
}
.TagClassName
{
border-color: #A46186;
}
</style>