Shades of Strikemaster #A46584
Tints of Strikemaster #A46584
RGB
CMYK
RGB Variations
Color information
#A46584 (or 0xA46584) is known color: Strikemaster. HEX triplet: A4, 65 and 84. RGB value is (164,101,132). Sum of RGB (Red+Green+Blue) = 164+101+132=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A46584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46584 is #5B9A7B. Grayscale: #7B7B7B. Windows color (decimal): -6003324 or 8676772. OLE color: 8676772.
HSL color Cylindrical-coordinate representation of color #A46584: hue angle of 330.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46584 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 132 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.36 |
| HSL | 330.48º | 0.26% | 0.52% | - |
| HSV(B) | 330.48º | 0.38% | 0.64% | - |
| XYZ | 24.13 | 18.87 | 24.2 | - |
| YUV | 123.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 132 | 0 | 0.38 | 0.20 | 0.36 | 330.48 | 0.26 | 0.52 |
| Hex | A4 | 65 | 84 | 0 | 26 | 14 | 24 | 14A | 1A | 34 |
| Octal | 244 | 145 | 204 | 0 | 46 | 24 | 44 | 512 | 32 | 64 |
| Binary | 10100100 | 1100101 | 10000100 | 0 | 100110 | 10100 | 100100 | 101001010 | 11010 | 110100 |
Color Harmonies of #A46584
Complementary color
Monochromatic Colors of #A46584
Black with #A46584
Text Example
Text Example
White with #A46584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46584; }
p { color: rgb(164,101,132); }
H1.HeaderClassName
{
color: #A46584;
}
.AnyTagClassName
{
color: #A46584;
}
</style>
background-color css
<style>
a { background-color: #A46584; }
a { background-color: rgb(164,101,132); }
div.DivClassName
{
background-color: #A46584;
}
.BgClassName
{
background-color: #A46584;
}
</style>
border-color css
<style>
span { border-color: #A46584; }
span { border-color: rgb(164,101,132); }
td.TdClassName
{
border-color: #A46584;
}
.TagClassName
{
border-color: #A46584;
}
</style>