Shades of Strikemaster #A04D86
Tints of Strikemaster #A04D86
RGB
CMYK
RGB Variations
Color information
#A04D86 (or 0xA04D86) is known color: Strikemaster. HEX triplet: A0, 4D and 86. RGB value is (160,77,134). Sum of RGB (Red+Green+Blue) = 160+77+134=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04D86 is #5FB279. Grayscale: #6C6C6C. Windows color (decimal): -6271610 or 8801696. OLE color: 8801696.
HSL color Cylindrical-coordinate representation of color #A04D86: hue angle of 318.8º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D86 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 134 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.37 |
| HSL | 318.8º | 0.35% | 0.46% | - |
| HSV(B) | 318.8º | 0.52% | 0.63% | - |
| XYZ | 21.45 | 14.5 | 24.22 | - |
| YUV | 108.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 134 | 0 | 0.52 | 0.16 | 0.37 | 318.8 | 0.35 | 0.46 |
| Hex | A0 | 4D | 86 | 0 | 34 | 10 | 25 | 13F | 23 | 2E |
| Octal | 240 | 115 | 206 | 0 | 64 | 20 | 45 | 477 | 43 | 56 |
| Binary | 10100000 | 1001101 | 10000110 | 0 | 110100 | 10000 | 100101 | 100111111 | 100011 | 101110 |
Color Harmonies of #A04D86
Complementary color
Monochromatic Colors of #A04D86
Black with #A04D86
Text Example
Text Example
White with #A04D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D86; }
p { color: rgb(160,77,134); }
H1.HeaderClassName
{
color: #A04D86;
}
.AnyTagClassName
{
color: #A04D86;
}
</style>
background-color css
<style>
a { background-color: #A04D86; }
a { background-color: rgb(160,77,134); }
div.DivClassName
{
background-color: #A04D86;
}
.BgClassName
{
background-color: #A04D86;
}
</style>
border-color css
<style>
span { border-color: #A04D86; }
span { border-color: rgb(160,77,134); }
td.TdClassName
{
border-color: #A04D86;
}
.TagClassName
{
border-color: #A04D86;
}
</style>