Shades of Strikemaster #9A697A
Tints of Strikemaster #9A697A
RGB
CMYK
RGB Variations
Color information
#9A697A (or 0x9A697A) is known color: Strikemaster. HEX triplet: 9A, 69 and 7A. RGB value is (154,105,122). Sum of RGB (Red+Green+Blue) = 154+105+122=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A697A is #659685. Grayscale: #797979. Windows color (decimal): -6657670 or 8022426. OLE color: 8022426.
HSL color Cylindrical-coordinate representation of color #9A697A: hue angle of 339.18º 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 #9A697A is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 122 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.40 |
| HSL | 339.18º | 0.2% | 0.51% | - |
| HSV(B) | 339.18º | 0.32% | 0.6% | - |
| XYZ | 21.89 | 18.38 | 20.81 | - |
| YUV | 121.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 122 | 0 | 0.32 | 0.21 | 0.40 | 339.18 | 0.2 | 0.51 |
| Hex | 9A | 69 | 7A | 0 | 20 | 15 | 28 | 153 | 14 | 33 |
| Octal | 232 | 151 | 172 | 0 | 40 | 25 | 50 | 523 | 24 | 63 |
| Binary | 10011010 | 1101001 | 1111010 | 0 | 100000 | 10101 | 101000 | 101010011 | 10100 | 110011 |
Color Harmonies of #9A697A
Complementary color
Monochromatic Colors of #9A697A
Black with #9A697A
Text Example
Text Example
White with #9A697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A697A; }
p { color: rgb(154,105,122); }
H1.HeaderClassName
{
color: #9A697A;
}
.AnyTagClassName
{
color: #9A697A;
}
</style>
background-color css
<style>
a { background-color: #9A697A; }
a { background-color: rgb(154,105,122); }
div.DivClassName
{
background-color: #9A697A;
}
.BgClassName
{
background-color: #9A697A;
}
</style>
border-color css
<style>
span { border-color: #9A697A; }
span { border-color: rgb(154,105,122); }
td.TdClassName
{
border-color: #9A697A;
}
.TagClassName
{
border-color: #9A697A;
}
</style>