Shades of Strikemaster #A07082
Tints of Strikemaster #A07082
RGB
CMYK
RGB Variations
Color information
#A07082 (or 0xA07082) is known color: Strikemaster. HEX triplet: A0, 70 and 82. RGB value is (160,112,130). Sum of RGB (Red+Green+Blue) = 160+112+130=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A07082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07082 is #5F8F7D. Grayscale: #808080. Windows color (decimal): -6262654 or 8548512. OLE color: 8548512.
HSL color Cylindrical-coordinate representation of color #A07082: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07082 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 130 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.37 |
| HSL | 337.5º | 0.2% | 0.53% | - |
| HSV(B) | 337.5º | 0.3% | 0.63% | - |
| XYZ | 24.32 | 20.67 | 23.83 | - |
| YUV | 128.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 130 | 0 | 0.30 | 0.19 | 0.37 | 337.5 | 0.2 | 0.53 |
| Hex | A0 | 70 | 82 | 0 | 1E | 13 | 25 | 152 | 14 | 35 |
| Octal | 240 | 160 | 202 | 0 | 36 | 23 | 45 | 522 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10000010 | 0 | 11110 | 10011 | 100101 | 101010010 | 10100 | 110101 |
Color Harmonies of #A07082
Complementary color
Monochromatic Colors of #A07082
Black with #A07082
Text Example
Text Example
White with #A07082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07082; }
p { color: rgb(160,112,130); }
H1.HeaderClassName
{
color: #A07082;
}
.AnyTagClassName
{
color: #A07082;
}
</style>
background-color css
<style>
a { background-color: #A07082; }
a { background-color: rgb(160,112,130); }
div.DivClassName
{
background-color: #A07082;
}
.BgClassName
{
background-color: #A07082;
}
</style>
border-color css
<style>
span { border-color: #A07082; }
span { border-color: rgb(160,112,130); }
td.TdClassName
{
border-color: #A07082;
}
.TagClassName
{
border-color: #A07082;
}
</style>