Shades of Strikemaster #A06484
Tints of Strikemaster #A06484
RGB
CMYK
RGB Variations
Color information
#A06484 (or 0xA06484) is known color: Strikemaster. HEX triplet: A0, 64 and 84. RGB value is (160,100,132). Sum of RGB (Red+Green+Blue) = 160+100+132=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06484 is #5F9B7B. Grayscale: #797979. Windows color (decimal): -6265724 or 8676512. OLE color: 8676512.
HSL color Cylindrical-coordinate representation of color #A06484: hue angle of 328º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06484 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 132 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.37 |
| HSL | 328º | 0.24% | 0.51% | - |
| HSV(B) | 328º | 0.38% | 0.63% | - |
| XYZ | 23.22 | 18.25 | 24.13 | - |
| YUV | 121.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 132 | 0 | 0.38 | 0.17 | 0.37 | 328 | 0.24 | 0.51 |
| Hex | A0 | 64 | 84 | 0 | 26 | 11 | 25 | 148 | 18 | 33 |
| Octal | 240 | 144 | 204 | 0 | 46 | 21 | 45 | 510 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10000100 | 0 | 100110 | 10001 | 100101 | 101001000 | 11000 | 110011 |
Color Harmonies of #A06484
Complementary color
Monochromatic Colors of #A06484
Black with #A06484
Text Example
Text Example
White with #A06484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06484; }
p { color: rgb(160,100,132); }
H1.HeaderClassName
{
color: #A06484;
}
.AnyTagClassName
{
color: #A06484;
}
</style>
background-color css
<style>
a { background-color: #A06484; }
a { background-color: rgb(160,100,132); }
div.DivClassName
{
background-color: #A06484;
}
.BgClassName
{
background-color: #A06484;
}
</style>
border-color css
<style>
span { border-color: #A06484; }
span { border-color: rgb(160,100,132); }
td.TdClassName
{
border-color: #A06484;
}
.TagClassName
{
border-color: #A06484;
}
</style>