Shades of Strikemaster #A76689
Tints of Strikemaster #A76689
RGB
CMYK
RGB Variations
Color information
#A76689 (or 0xA76689) is known color: Strikemaster. HEX triplet: A7, 66 and 89. RGB value is (167,102,137). Sum of RGB (Red+Green+Blue) = 167+102+137=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A76689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76689 is #589976. Grayscale: #7D7D7D. Windows color (decimal): -5806455 or 9004711. OLE color: 9004711.
HSL color Cylindrical-coordinate representation of color #A76689: hue angle of 327.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76689 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 102 | 137 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.35 |
| HSL | 327.69º | 0.27% | 0.53% | - |
| HSV(B) | 327.69º | 0.39% | 0.65% | - |
| XYZ | 25.2 | 19.52 | 26.11 | - |
| YUV | 125.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 137 | 0 | 0.39 | 0.18 | 0.35 | 327.69 | 0.27 | 0.53 |
| Hex | A7 | 66 | 89 | 0 | 27 | 12 | 23 | 148 | 1B | 35 |
| Octal | 247 | 146 | 211 | 0 | 47 | 22 | 43 | 510 | 33 | 65 |
| Binary | 10100111 | 1100110 | 10001001 | 0 | 100111 | 10010 | 100011 | 101001000 | 11011 | 110101 |
Color Harmonies of #A76689
Complementary color
Monochromatic Colors of #A76689
Black with #A76689
Text Example
Text Example
White with #A76689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76689; }
p { color: rgb(167,102,137); }
H1.HeaderClassName
{
color: #A76689;
}
.AnyTagClassName
{
color: #A76689;
}
</style>
background-color css
<style>
a { background-color: #A76689; }
a { background-color: rgb(167,102,137); }
div.DivClassName
{
background-color: #A76689;
}
.BgClassName
{
background-color: #A76689;
}
</style>
border-color css
<style>
span { border-color: #A76689; }
span { border-color: rgb(167,102,137); }
td.TdClassName
{
border-color: #A76689;
}
.TagClassName
{
border-color: #A76689;
}
</style>