Shades of Strikemaster #A06784
Tints of Strikemaster #A06784
RGB
CMYK
RGB Variations
Color information
#A06784 (or 0xA06784) is known color: Strikemaster. HEX triplet: A0, 67 and 84. RGB value is (160,103,132). Sum of RGB (Red+Green+Blue) = 160+103+132=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06784 is #5F987B. Grayscale: #7B7B7B. Windows color (decimal): -6264956 or 8677280. OLE color: 8677280.
HSL color Cylindrical-coordinate representation of color #A06784: hue angle of 329.47º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06784 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 132 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.37 |
| HSL | 329.47º | 0.23% | 0.52% | - |
| HSV(B) | 329.47º | 0.36% | 0.63% | - |
| XYZ | 23.51 | 18.84 | 24.23 | - |
| YUV | 123.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 132 | 0 | 0.36 | 0.17 | 0.37 | 329.47 | 0.23 | 0.52 |
| Hex | A0 | 67 | 84 | 0 | 24 | 11 | 25 | 149 | 17 | 34 |
| Octal | 240 | 147 | 204 | 0 | 44 | 21 | 45 | 511 | 27 | 64 |
| Binary | 10100000 | 1100111 | 10000100 | 0 | 100100 | 10001 | 100101 | 101001001 | 10111 | 110100 |
Color Harmonies of #A06784
Complementary color
Monochromatic Colors of #A06784
Black with #A06784
Text Example
Text Example
White with #A06784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06784; }
p { color: rgb(160,103,132); }
H1.HeaderClassName
{
color: #A06784;
}
.AnyTagClassName
{
color: #A06784;
}
</style>
background-color css
<style>
a { background-color: #A06784; }
a { background-color: rgb(160,103,132); }
div.DivClassName
{
background-color: #A06784;
}
.BgClassName
{
background-color: #A06784;
}
</style>
border-color css
<style>
span { border-color: #A06784; }
span { border-color: rgb(160,103,132); }
td.TdClassName
{
border-color: #A06784;
}
.TagClassName
{
border-color: #A06784;
}
</style>