Shades of Strikemaster #A7688A
Tints of Strikemaster #A7688A
RGB
CMYK
RGB Variations
Color information
#A7688A (or 0xA7688A) is known color: Strikemaster. HEX triplet: A7, 68 and 8A. RGB value is (167,104,138). Sum of RGB (Red+Green+Blue) = 167+104+138=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7688A is #589775. Grayscale: #7E7E7E. Windows color (decimal): -5805942 or 9070759. OLE color: 9070759.
HSL color Cylindrical-coordinate representation of color #A7688A: hue angle of 327.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7688A is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 138 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.35 |
| HSL | 327.62º | 0.26% | 0.53% | - |
| HSV(B) | 327.62º | 0.38% | 0.65% | - |
| XYZ | 25.47 | 19.95 | 26.55 | - |
| YUV | 126.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 138 | 0 | 0.38 | 0.17 | 0.35 | 327.62 | 0.26 | 0.53 |
| Hex | A7 | 68 | 8A | 0 | 26 | 11 | 23 | 148 | 1A | 35 |
| Octal | 247 | 150 | 212 | 0 | 46 | 21 | 43 | 510 | 32 | 65 |
| Binary | 10100111 | 1101000 | 10001010 | 0 | 100110 | 10001 | 100011 | 101001000 | 11010 | 110101 |
Color Harmonies of #A7688A
Complementary color
Monochromatic Colors of #A7688A
Black with #A7688A
Text Example
Text Example
White with #A7688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7688A; }
p { color: rgb(167,104,138); }
H1.HeaderClassName
{
color: #A7688A;
}
.AnyTagClassName
{
color: #A7688A;
}
</style>
background-color css
<style>
a { background-color: #A7688A; }
a { background-color: rgb(167,104,138); }
div.DivClassName
{
background-color: #A7688A;
}
.BgClassName
{
background-color: #A7688A;
}
</style>
border-color css
<style>
span { border-color: #A7688A; }
span { border-color: rgb(167,104,138); }
td.TdClassName
{
border-color: #A7688A;
}
.TagClassName
{
border-color: #A7688A;
}
</style>