Shades of Strikemaster #A46C86
Tints of Strikemaster #A46C86
RGB
CMYK
RGB Variations
Color information
#A46C86 (or 0xA46C86) is known color: Strikemaster. HEX triplet: A4, 6C and 86. RGB value is (164,108,134). Sum of RGB (Red+Green+Blue) = 164+108+134=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C86 is #5B9379. Grayscale: #7F7F7F. Windows color (decimal): -6001530 or 8809636. OLE color: 8809636.
HSL color Cylindrical-coordinate representation of color #A46C86: hue angle of 332.14º 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 #A46C86 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 134 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.36 |
| HSL | 332.14º | 0.24% | 0.53% | - |
| HSV(B) | 332.14º | 0.34% | 0.64% | - |
| XYZ | 24.98 | 20.34 | 25.16 | - |
| YUV | 127.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 134 | 0 | 0.34 | 0.18 | 0.36 | 332.14 | 0.24 | 0.53 |
| Hex | A4 | 6C | 86 | 0 | 22 | 12 | 24 | 14C | 18 | 35 |
| Octal | 244 | 154 | 206 | 0 | 42 | 22 | 44 | 514 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10000110 | 0 | 100010 | 10010 | 100100 | 101001100 | 11000 | 110101 |
Color Harmonies of #A46C86
Complementary color
Monochromatic Colors of #A46C86
Black with #A46C86
Text Example
Text Example
White with #A46C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C86; }
p { color: rgb(164,108,134); }
H1.HeaderClassName
{
color: #A46C86;
}
.AnyTagClassName
{
color: #A46C86;
}
</style>
background-color css
<style>
a { background-color: #A46C86; }
a { background-color: rgb(164,108,134); }
div.DivClassName
{
background-color: #A46C86;
}
.BgClassName
{
background-color: #A46C86;
}
</style>
border-color css
<style>
span { border-color: #A46C86; }
span { border-color: rgb(164,108,134); }
td.TdClassName
{
border-color: #A46C86;
}
.TagClassName
{
border-color: #A46C86;
}
</style>