Shades of Strikemaster #9A687A
Tints of Strikemaster #9A687A
RGB
CMYK
RGB Variations
Color information
#9A687A (or 0x9A687A) is known color: Strikemaster. HEX triplet: 9A, 68 and 7A. RGB value is (154,104,122). Sum of RGB (Red+Green+Blue) = 154+104+122=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A687A is #659785. Grayscale: #787878. Windows color (decimal): -6657926 or 8022170. OLE color: 8022170.
HSL color Cylindrical-coordinate representation of color #9A687A: hue angle of 338.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A687A is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 122 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.40 |
| HSL | 338.4º | 0.2% | 0.51% | - |
| HSV(B) | 338.4º | 0.32% | 0.6% | - |
| XYZ | 21.79 | 18.18 | 20.77 | - |
| YUV | 121 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 122 | 0 | 0.32 | 0.21 | 0.40 | 338.4 | 0.2 | 0.51 |
| Hex | 9A | 68 | 7A | 0 | 20 | 15 | 28 | 152 | 14 | 33 |
| Octal | 232 | 150 | 172 | 0 | 40 | 25 | 50 | 522 | 24 | 63 |
| Binary | 10011010 | 1101000 | 1111010 | 0 | 100000 | 10101 | 101000 | 101010010 | 10100 | 110011 |
Color Harmonies of #9A687A
Complementary color
Monochromatic Colors of #9A687A
Black with #9A687A
Text Example
Text Example
White with #9A687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A687A; }
p { color: rgb(154,104,122); }
H1.HeaderClassName
{
color: #9A687A;
}
.AnyTagClassName
{
color: #9A687A;
}
</style>
background-color css
<style>
a { background-color: #9A687A; }
a { background-color: rgb(154,104,122); }
div.DivClassName
{
background-color: #9A687A;
}
.BgClassName
{
background-color: #9A687A;
}
</style>
border-color css
<style>
span { border-color: #9A687A; }
span { border-color: rgb(154,104,122); }
td.TdClassName
{
border-color: #9A687A;
}
.TagClassName
{
border-color: #9A687A;
}
</style>