Shades of Strikemaster #A46384
Tints of Strikemaster #A46384
RGB
CMYK
RGB Variations
Color information
#A46384 (or 0xA46384) is known color: Strikemaster. HEX triplet: A4, 63 and 84. RGB value is (164,99,132). Sum of RGB (Red+Green+Blue) = 164+99+132=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A46384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46384 is #5B9C7B. Grayscale: #7A7A7A. Windows color (decimal): -6003836 or 8676260. OLE color: 8676260.
HSL color Cylindrical-coordinate representation of color #A46384: hue angle of 329.54º 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 #A46384 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 132 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.36 |
| HSL | 329.54º | 0.26% | 0.52% | - |
| HSV(B) | 329.54º | 0.4% | 0.64% | - |
| XYZ | 23.94 | 18.48 | 24.14 | - |
| YUV | 122.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 132 | 0 | 0.40 | 0.20 | 0.36 | 329.54 | 0.26 | 0.52 |
| Hex | A4 | 63 | 84 | 0 | 28 | 14 | 24 | 14A | 1A | 34 |
| Octal | 244 | 143 | 204 | 0 | 50 | 24 | 44 | 512 | 32 | 64 |
| Binary | 10100100 | 1100011 | 10000100 | 0 | 101000 | 10100 | 100100 | 101001010 | 11010 | 110100 |
Color Harmonies of #A46384
Complementary color
Monochromatic Colors of #A46384
Black with #A46384
Text Example
Text Example
White with #A46384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46384; }
p { color: rgb(164,99,132); }
H1.HeaderClassName
{
color: #A46384;
}
.AnyTagClassName
{
color: #A46384;
}
</style>
background-color css
<style>
a { background-color: #A46384; }
a { background-color: rgb(164,99,132); }
div.DivClassName
{
background-color: #A46384;
}
.BgClassName
{
background-color: #A46384;
}
</style>
border-color css
<style>
span { border-color: #A46384; }
span { border-color: rgb(164,99,132); }
td.TdClassName
{
border-color: #A46384;
}
.TagClassName
{
border-color: #A46384;
}
</style>