Shades of Strikemaster #A46290
Tints of Strikemaster #A46290
RGB
CMYK
RGB Variations
Color information
#A46290 (or 0xA46290) is known color: Strikemaster. HEX triplet: A4, 62 and 90. RGB value is (164,98,144). Sum of RGB (Red+Green+Blue) = 164+98+144=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A46290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46290 is #5B9D6F. Grayscale: #7A7A7A. Windows color (decimal): -6004080 or 9462436. OLE color: 9462436.
HSL color Cylindrical-coordinate representation of color #A46290: hue angle of 318.18º 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 #A46290 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 144 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.36 |
| HSL | 318.18º | 0.27% | 0.51% | - |
| HSV(B) | 318.18º | 0.4% | 0.64% | - |
| XYZ | 24.71 | 18.64 | 28.68 | - |
| YUV | 122.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 144 | 0 | 0.40 | 0.12 | 0.36 | 318.18 | 0.27 | 0.51 |
| Hex | A4 | 62 | 90 | 0 | 28 | C | 24 | 13E | 1B | 33 |
| Octal | 244 | 142 | 220 | 0 | 50 | 14 | 44 | 476 | 33 | 63 |
| Binary | 10100100 | 1100010 | 10010000 | 0 | 101000 | 1100 | 100100 | 100111110 | 11011 | 110011 |
Color Harmonies of #A46290
Complementary color
Monochromatic Colors of #A46290
Black with #A46290
Text Example
Text Example
White with #A46290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46290; }
p { color: rgb(164,98,144); }
H1.HeaderClassName
{
color: #A46290;
}
.AnyTagClassName
{
color: #A46290;
}
</style>
background-color css
<style>
a { background-color: #A46290; }
a { background-color: rgb(164,98,144); }
div.DivClassName
{
background-color: #A46290;
}
.BgClassName
{
background-color: #A46290;
}
</style>
border-color css
<style>
span { border-color: #A46290; }
span { border-color: rgb(164,98,144); }
td.TdClassName
{
border-color: #A46290;
}
.TagClassName
{
border-color: #A46290;
}
</style>