Shades of Strikemaster #A76388
Tints of Strikemaster #A76388
RGB
CMYK
RGB Variations
Color information
#A76388 (or 0xA76388) is known color: Strikemaster. HEX triplet: A7, 63 and 88. RGB value is (167,99,136). Sum of RGB (Red+Green+Blue) = 167+99+136=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A76388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76388 is #589C77. Grayscale: #7B7B7B. Windows color (decimal): -5807224 or 8938407. OLE color: 8938407.
HSL color Cylindrical-coordinate representation of color #A76388: hue angle of 327.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76388 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 136 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.35 |
| HSL | 327.35º | 0.28% | 0.52% | - |
| HSV(B) | 327.35º | 0.41% | 0.65% | - |
| XYZ | 24.84 | 18.92 | 25.63 | - |
| YUV | 123.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 136 | 0 | 0.41 | 0.19 | 0.35 | 327.35 | 0.28 | 0.52 |
| Hex | A7 | 63 | 88 | 0 | 29 | 13 | 23 | 147 | 1C | 34 |
| Octal | 247 | 143 | 210 | 0 | 51 | 23 | 43 | 507 | 34 | 64 |
| Binary | 10100111 | 1100011 | 10001000 | 0 | 101001 | 10011 | 100011 | 101000111 | 11100 | 110100 |
Color Harmonies of #A76388
Complementary color
Monochromatic Colors of #A76388
Black with #A76388
Text Example
Text Example
White with #A76388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76388; }
p { color: rgb(167,99,136); }
H1.HeaderClassName
{
color: #A76388;
}
.AnyTagClassName
{
color: #A76388;
}
</style>
background-color css
<style>
a { background-color: #A76388; }
a { background-color: rgb(167,99,136); }
div.DivClassName
{
background-color: #A76388;
}
.BgClassName
{
background-color: #A76388;
}
</style>
border-color css
<style>
span { border-color: #A76388; }
span { border-color: rgb(167,99,136); }
td.TdClassName
{
border-color: #A76388;
}
.TagClassName
{
border-color: #A76388;
}
</style>