Shades of Strikemaster #A46C87
Tints of Strikemaster #A46C87
RGB
CMYK
RGB Variations
Color information
#A46C87 (or 0xA46C87) is known color: Strikemaster. HEX triplet: A4, 6C and 87. RGB value is (164,108,135). Sum of RGB (Red+Green+Blue) = 164+108+135=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C87 is #5B9378. Grayscale: #7F7F7F. Windows color (decimal): -6001529 or 8875172. OLE color: 8875172.
HSL color Cylindrical-coordinate representation of color #A46C87: hue angle of 331.07º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C87 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 135 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.36 |
| HSL | 331.07º | 0.24% | 0.53% | - |
| HSV(B) | 331.07º | 0.34% | 0.64% | - |
| XYZ | 25.05 | 20.37 | 25.53 | - |
| YUV | 127.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 135 | 0 | 0.34 | 0.18 | 0.36 | 331.07 | 0.24 | 0.53 |
| Hex | A4 | 6C | 87 | 0 | 22 | 12 | 24 | 14B | 18 | 35 |
| Octal | 244 | 154 | 207 | 0 | 42 | 22 | 44 | 513 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10000111 | 0 | 100010 | 10010 | 100100 | 101001011 | 11000 | 110101 |
Color Harmonies of #A46C87
Complementary color
Monochromatic Colors of #A46C87
Black with #A46C87
Text Example
Text Example
White with #A46C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C87; }
p { color: rgb(164,108,135); }
H1.HeaderClassName
{
color: #A46C87;
}
.AnyTagClassName
{
color: #A46C87;
}
</style>
background-color css
<style>
a { background-color: #A46C87; }
a { background-color: rgb(164,108,135); }
div.DivClassName
{
background-color: #A46C87;
}
.BgClassName
{
background-color: #A46C87;
}
</style>
border-color css
<style>
span { border-color: #A46C87; }
span { border-color: rgb(164,108,135); }
td.TdClassName
{
border-color: #A46C87;
}
.TagClassName
{
border-color: #A46C87;
}
</style>