Shades of Strikemaster #A07088
Tints of Strikemaster #A07088
RGB
CMYK
RGB Variations
Color information
#A07088 (or 0xA07088) is known color: Strikemaster. HEX triplet: A0, 70 and 88. RGB value is (160,112,136). Sum of RGB (Red+Green+Blue) = 160+112+136=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A07088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07088 is #5F8F77. Grayscale: #818181. Windows color (decimal): -6262648 or 8941728. OLE color: 8941728.
HSL color Cylindrical-coordinate representation of color #A07088: hue angle of 330º 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 #A07088 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 136 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.37 |
| HSL | 330º | 0.2% | 0.53% | - |
| HSV(B) | 330º | 0.3% | 0.63% | - |
| XYZ | 24.74 | 20.84 | 26.01 | - |
| YUV | 129.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 136 | 0 | 0.30 | 0.15 | 0.37 | 330 | 0.2 | 0.53 |
| Hex | A0 | 70 | 88 | 0 | 1E | F | 25 | 14A | 14 | 35 |
| Octal | 240 | 160 | 210 | 0 | 36 | 17 | 45 | 512 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10001000 | 0 | 11110 | 1111 | 100101 | 101001010 | 10100 | 110101 |
Color Harmonies of #A07088
Complementary color
Monochromatic Colors of #A07088
Black with #A07088
Text Example
Text Example
White with #A07088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07088; }
p { color: rgb(160,112,136); }
H1.HeaderClassName
{
color: #A07088;
}
.AnyTagClassName
{
color: #A07088;
}
</style>
background-color css
<style>
a { background-color: #A07088; }
a { background-color: rgb(160,112,136); }
div.DivClassName
{
background-color: #A07088;
}
.BgClassName
{
background-color: #A07088;
}
</style>
border-color css
<style>
span { border-color: #A07088; }
span { border-color: rgb(160,112,136); }
td.TdClassName
{
border-color: #A07088;
}
.TagClassName
{
border-color: #A07088;
}
</style>