Shades of Strikemaster #A0687E
Tints of Strikemaster #A0687E
RGB
CMYK
RGB Variations
Color information
#A0687E (or 0xA0687E) is known color: Strikemaster. HEX triplet: A0, 68 and 7E. RGB value is (160,104,126). Sum of RGB (Red+Green+Blue) = 160+104+126=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0687E is #5F9781. Grayscale: #7B7B7B. Windows color (decimal): -6264706 or 8284320. OLE color: 8284320.
HSL color Cylindrical-coordinate representation of color #A0687E: hue angle of 336.43º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0687E is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 126 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.37 |
| HSL | 336.43º | 0.23% | 0.52% | - |
| HSV(B) | 336.43º | 0.35% | 0.63% | - |
| XYZ | 23.21 | 18.88 | 22.16 | - |
| YUV | 123.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 126 | 0 | 0.35 | 0.21 | 0.37 | 336.43 | 0.23 | 0.52 |
| Hex | A0 | 68 | 7E | 0 | 23 | 15 | 25 | 150 | 17 | 34 |
| Octal | 240 | 150 | 176 | 0 | 43 | 25 | 45 | 520 | 27 | 64 |
| Binary | 10100000 | 1101000 | 1111110 | 0 | 100011 | 10101 | 100101 | 101010000 | 10111 | 110100 |
Color Harmonies of #A0687E
Complementary color
Monochromatic Colors of #A0687E
Black with #A0687E
Text Example
Text Example
White with #A0687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0687E; }
p { color: rgb(160,104,126); }
H1.HeaderClassName
{
color: #A0687E;
}
.AnyTagClassName
{
color: #A0687E;
}
</style>
background-color css
<style>
a { background-color: #A0687E; }
a { background-color: rgb(160,104,126); }
div.DivClassName
{
background-color: #A0687E;
}
.BgClassName
{
background-color: #A0687E;
}
</style>
border-color css
<style>
span { border-color: #A0687E; }
span { border-color: rgb(160,104,126); }
td.TdClassName
{
border-color: #A0687E;
}
.TagClassName
{
border-color: #A0687E;
}
</style>