Shades of Strikemaster #A06F88
Tints of Strikemaster #A06F88
RGB
CMYK
RGB Variations
Color information
#A06F88 (or 0xA06F88) is known color: Strikemaster. HEX triplet: A0, 6F and 88. RGB value is (160,111,136). Sum of RGB (Red+Green+Blue) = 160+111+136=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06F88 is #5F9077. Grayscale: #808080. Windows color (decimal): -6262904 or 8941472. OLE color: 8941472.
HSL color Cylindrical-coordinate representation of color #A06F88: hue angle of 329.39º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06F88 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 136 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.37 |
| HSL | 329.39º | 0.21% | 0.53% | - |
| HSV(B) | 329.39º | 0.31% | 0.63% | - |
| XYZ | 24.63 | 20.62 | 25.97 | - |
| YUV | 128.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 136 | 0 | 0.31 | 0.15 | 0.37 | 329.39 | 0.21 | 0.53 |
| Hex | A0 | 6F | 88 | 0 | 1F | F | 25 | 149 | 15 | 35 |
| Octal | 240 | 157 | 210 | 0 | 37 | 17 | 45 | 511 | 25 | 65 |
| Binary | 10100000 | 1101111 | 10001000 | 0 | 11111 | 1111 | 100101 | 101001001 | 10101 | 110101 |
Color Harmonies of #A06F88
Complementary color
Monochromatic Colors of #A06F88
Black with #A06F88
Text Example
Text Example
White with #A06F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F88; }
p { color: rgb(160,111,136); }
H1.HeaderClassName
{
color: #A06F88;
}
.AnyTagClassName
{
color: #A06F88;
}
</style>
background-color css
<style>
a { background-color: #A06F88; }
a { background-color: rgb(160,111,136); }
div.DivClassName
{
background-color: #A06F88;
}
.BgClassName
{
background-color: #A06F88;
}
</style>
border-color css
<style>
span { border-color: #A06F88; }
span { border-color: rgb(160,111,136); }
td.TdClassName
{
border-color: #A06F88;
}
.TagClassName
{
border-color: #A06F88;
}
</style>