Shades of Strikemaster #A06F83
Tints of Strikemaster #A06F83
RGB
CMYK
RGB Variations
Color information
#A06F83 (or 0xA06F83) is known color: Strikemaster. HEX triplet: A0, 6F and 83. RGB value is (160,111,131). Sum of RGB (Red+Green+Blue) = 160+111+131=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06F83 is #5F907C. Grayscale: #7F7F7F. Windows color (decimal): -6262909 or 8613792. OLE color: 8613792.
HSL color Cylindrical-coordinate representation of color #A06F83: hue angle of 335.51º 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 #A06F83 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 131 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.37 |
| HSL | 335.51º | 0.21% | 0.53% | - |
| HSV(B) | 335.51º | 0.31% | 0.63% | - |
| XYZ | 24.28 | 20.48 | 24.15 | - |
| YUV | 127.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 131 | 0 | 0.31 | 0.18 | 0.37 | 335.51 | 0.21 | 0.53 |
| Hex | A0 | 6F | 83 | 0 | 1F | 12 | 25 | 150 | 15 | 35 |
| Octal | 240 | 157 | 203 | 0 | 37 | 22 | 45 | 520 | 25 | 65 |
| Binary | 10100000 | 1101111 | 10000011 | 0 | 11111 | 10010 | 100101 | 101010000 | 10101 | 110101 |
Color Harmonies of #A06F83
Complementary color
Monochromatic Colors of #A06F83
Black with #A06F83
Text Example
Text Example
White with #A06F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F83; }
p { color: rgb(160,111,131); }
H1.HeaderClassName
{
color: #A06F83;
}
.AnyTagClassName
{
color: #A06F83;
}
</style>
background-color css
<style>
a { background-color: #A06F83; }
a { background-color: rgb(160,111,131); }
div.DivClassName
{
background-color: #A06F83;
}
.BgClassName
{
background-color: #A06F83;
}
</style>
border-color css
<style>
span { border-color: #A06F83; }
span { border-color: rgb(160,111,131); }
td.TdClassName
{
border-color: #A06F83;
}
.TagClassName
{
border-color: #A06F83;
}
</style>