Shades of Strikemaster #A46982
Tints of Strikemaster #A46982
RGB
CMYK
RGB Variations
Color information
#A46982 (or 0xA46982) is known color: Strikemaster. HEX triplet: A4, 69 and 82. RGB value is (164,105,130). Sum of RGB (Red+Green+Blue) = 164+105+130=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46982 is #5B967D. Grayscale: #7D7D7D. Windows color (decimal): -6002302 or 8546724. OLE color: 8546724.
HSL color Cylindrical-coordinate representation of color #A46982: hue angle of 334.58º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A46982 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 130 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.36 |
| HSL | 334.58º | 0.24% | 0.53% | - |
| HSV(B) | 334.58º | 0.36% | 0.64% | - |
| XYZ | 24.39 | 19.61 | 23.62 | - |
| YUV | 125.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 130 | 0 | 0.36 | 0.21 | 0.36 | 334.58 | 0.24 | 0.53 |
| Hex | A4 | 69 | 82 | 0 | 24 | 15 | 24 | 14F | 18 | 35 |
| Octal | 244 | 151 | 202 | 0 | 44 | 25 | 44 | 517 | 30 | 65 |
| Binary | 10100100 | 1101001 | 10000010 | 0 | 100100 | 10101 | 100100 | 101001111 | 11000 | 110101 |
Color Harmonies of #A46982
Complementary color
Monochromatic Colors of #A46982
Black with #A46982
Text Example
Text Example
White with #A46982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46982; }
p { color: rgb(164,105,130); }
H1.HeaderClassName
{
color: #A46982;
}
.AnyTagClassName
{
color: #A46982;
}
</style>
background-color css
<style>
a { background-color: #A46982; }
a { background-color: rgb(164,105,130); }
div.DivClassName
{
background-color: #A46982;
}
.BgClassName
{
background-color: #A46982;
}
</style>
border-color css
<style>
span { border-color: #A46982; }
span { border-color: rgb(164,105,130); }
td.TdClassName
{
border-color: #A46982;
}
.TagClassName
{
border-color: #A46982;
}
</style>