Shades of Strikemaster #A46389
Tints of Strikemaster #A46389
RGB
CMYK
RGB Variations
Color information
#A46389 (or 0xA46389) is known color: Strikemaster. HEX triplet: A4, 63 and 89. RGB value is (164,99,137). Sum of RGB (Red+Green+Blue) = 164+99+137=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46389 is #5B9C76. Grayscale: #7A7A7A. Windows color (decimal): -6003831 or 9003940. OLE color: 9003940.
HSL color Cylindrical-coordinate representation of color #A46389: hue angle of 324.92º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46389 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 137 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.36 |
| HSL | 324.92º | 0.26% | 0.52% | - |
| HSV(B) | 324.92º | 0.4% | 0.64% | - |
| XYZ | 24.29 | 18.62 | 25.98 | - |
| YUV | 122.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 137 | 0 | 0.40 | 0.16 | 0.36 | 324.92 | 0.26 | 0.52 |
| Hex | A4 | 63 | 89 | 0 | 28 | 10 | 24 | 145 | 1A | 34 |
| Octal | 244 | 143 | 211 | 0 | 50 | 20 | 44 | 505 | 32 | 64 |
| Binary | 10100100 | 1100011 | 10001001 | 0 | 101000 | 10000 | 100100 | 101000101 | 11010 | 110100 |
Color Harmonies of #A46389
Complementary color
Monochromatic Colors of #A46389
Black with #A46389
Text Example
Text Example
White with #A46389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46389; }
p { color: rgb(164,99,137); }
H1.HeaderClassName
{
color: #A46389;
}
.AnyTagClassName
{
color: #A46389;
}
</style>
background-color css
<style>
a { background-color: #A46389; }
a { background-color: rgb(164,99,137); }
div.DivClassName
{
background-color: #A46389;
}
.BgClassName
{
background-color: #A46389;
}
</style>
border-color css
<style>
span { border-color: #A46389; }
span { border-color: rgb(164,99,137); }
td.TdClassName
{
border-color: #A46389;
}
.TagClassName
{
border-color: #A46389;
}
</style>