Shades of Strikemaster #A46282
Tints of Strikemaster #A46282
RGB
CMYK
RGB Variations
Color information
#A46282 (or 0xA46282) is known color: Strikemaster. HEX triplet: A4, 62 and 82. RGB value is (164,98,130). Sum of RGB (Red+Green+Blue) = 164+98+130=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A46282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46282 is #5B9D7D. Grayscale: #797979. Windows color (decimal): -6004094 or 8544932. OLE color: 8544932.
HSL color Cylindrical-coordinate representation of color #A46282: hue angle of 330.91º 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 #A46282 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 130 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.36 |
| HSL | 330.91º | 0.27% | 0.51% | - |
| HSV(B) | 330.91º | 0.4% | 0.64% | - |
| XYZ | 23.71 | 18.24 | 23.39 | - |
| YUV | 121.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 130 | 0 | 0.40 | 0.21 | 0.36 | 330.91 | 0.27 | 0.51 |
| Hex | A4 | 62 | 82 | 0 | 28 | 15 | 24 | 14B | 1B | 33 |
| Octal | 244 | 142 | 202 | 0 | 50 | 25 | 44 | 513 | 33 | 63 |
| Binary | 10100100 | 1100010 | 10000010 | 0 | 101000 | 10101 | 100100 | 101001011 | 11011 | 110011 |
Color Harmonies of #A46282
Complementary color
Monochromatic Colors of #A46282
Black with #A46282
Text Example
Text Example
White with #A46282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46282; }
p { color: rgb(164,98,130); }
H1.HeaderClassName
{
color: #A46282;
}
.AnyTagClassName
{
color: #A46282;
}
</style>
background-color css
<style>
a { background-color: #A46282; }
a { background-color: rgb(164,98,130); }
div.DivClassName
{
background-color: #A46282;
}
.BgClassName
{
background-color: #A46282;
}
</style>
border-color css
<style>
span { border-color: #A46282; }
span { border-color: rgb(164,98,130); }
td.TdClassName
{
border-color: #A46282;
}
.TagClassName
{
border-color: #A46282;
}
</style>