Shades of Strikemaster #A46291
Tints of Strikemaster #A46291
RGB
CMYK
RGB Variations
Color information
#A46291 (or 0xA46291) is known color: Strikemaster. HEX triplet: A4, 62 and 91. RGB value is (164,98,145). Sum of RGB (Red+Green+Blue) = 164+98+145=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A46291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46291 is #5B9D6E. Grayscale: #7A7A7A. Windows color (decimal): -6004079 or 9527972. OLE color: 9527972.
HSL color Cylindrical-coordinate representation of color #A46291: hue angle of 317.27º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46291 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 145 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.36 |
| HSL | 317.27º | 0.27% | 0.51% | - |
| HSV(B) | 317.27º | 0.4% | 0.64% | - |
| XYZ | 24.79 | 18.67 | 29.09 | - |
| YUV | 123.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 145 | 0 | 0.40 | 0.12 | 0.36 | 317.27 | 0.27 | 0.51 |
| Hex | A4 | 62 | 91 | 0 | 28 | C | 24 | 13D | 1B | 33 |
| Octal | 244 | 142 | 221 | 0 | 50 | 14 | 44 | 475 | 33 | 63 |
| Binary | 10100100 | 1100010 | 10010001 | 0 | 101000 | 1100 | 100100 | 100111101 | 11011 | 110011 |
Color Harmonies of #A46291
Complementary color
Monochromatic Colors of #A46291
Black with #A46291
Text Example
Text Example
White with #A46291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46291; }
p { color: rgb(164,98,145); }
H1.HeaderClassName
{
color: #A46291;
}
.AnyTagClassName
{
color: #A46291;
}
</style>
background-color css
<style>
a { background-color: #A46291; }
a { background-color: rgb(164,98,145); }
div.DivClassName
{
background-color: #A46291;
}
.BgClassName
{
background-color: #A46291;
}
</style>
border-color css
<style>
span { border-color: #A46291; }
span { border-color: rgb(164,98,145); }
td.TdClassName
{
border-color: #A46291;
}
.TagClassName
{
border-color: #A46291;
}
</style>