Shades of Strikemaster #A05979
Tints of Strikemaster #A05979
RGB
CMYK
RGB Variations
Color information
#A05979 (or 0xA05979) is known color: Strikemaster. HEX triplet: A0, 59 and 79. RGB value is (160,89,121). Sum of RGB (Red+Green+Blue) = 160+89+121=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A05979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05979 is #5FA686. Grayscale: #717171. Windows color (decimal): -6268551 or 7952800. OLE color: 7952800.
HSL color Cylindrical-coordinate representation of color #A05979: hue angle of 332.96º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05979 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 121 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.37 |
| HSL | 332.96º | 0.29% | 0.49% | - |
| HSV(B) | 332.96º | 0.44% | 0.63% | - |
| XYZ | 21.52 | 16 | 20.04 | - |
| YUV | 113.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 121 | 0 | 0.44 | 0.24 | 0.37 | 332.96 | 0.29 | 0.49 |
| Hex | A0 | 59 | 79 | 0 | 2C | 18 | 25 | 14D | 1D | 31 |
| Octal | 240 | 131 | 171 | 0 | 54 | 30 | 45 | 515 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1111001 | 0 | 101100 | 11000 | 100101 | 101001101 | 11101 | 110001 |
Color Harmonies of #A05979
Complementary color
Monochromatic Colors of #A05979
Black with #A05979
Text Example
Text Example
White with #A05979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05979; }
p { color: rgb(160,89,121); }
H1.HeaderClassName
{
color: #A05979;
}
.AnyTagClassName
{
color: #A05979;
}
</style>
background-color css
<style>
a { background-color: #A05979; }
a { background-color: rgb(160,89,121); }
div.DivClassName
{
background-color: #A05979;
}
.BgClassName
{
background-color: #A05979;
}
</style>
border-color css
<style>
span { border-color: #A05979; }
span { border-color: rgb(160,89,121); }
td.TdClassName
{
border-color: #A05979;
}
.TagClassName
{
border-color: #A05979;
}
</style>