Shades of Strikemaster #A06085
Tints of Strikemaster #A06085
RGB
CMYK
RGB Variations
Color information
#A06085 (or 0xA06085) is known color: Strikemaster. HEX triplet: A0, 60 and 85. RGB value is (160,96,133). Sum of RGB (Red+Green+Blue) = 160+96+133=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A06085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06085 is #5F9F7A. Grayscale: #777777. Windows color (decimal): -6266747 or 8741024. OLE color: 8741024.
HSL color Cylindrical-coordinate representation of color #A06085: hue angle of 325.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06085 is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 133 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.37 |
| HSL | 325.31º | 0.25% | 0.5% | - |
| HSV(B) | 325.31º | 0.4% | 0.63% | - |
| XYZ | 22.91 | 17.53 | 24.37 | - |
| YUV | 119.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 133 | 0 | 0.4 | 0.17 | 0.37 | 325.31 | 0.25 | 0.5 |
| Hex | A0 | 60 | 85 | 0 | 28 | 11 | 25 | 145 | 19 | 32 |
| Octal | 240 | 140 | 205 | 0 | 50 | 21 | 45 | 505 | 31 | 62 |
| Binary | 10100000 | 1100000 | 10000101 | 0 | 101000 | 10001 | 100101 | 101000101 | 11001 | 110010 |
Color Harmonies of #A06085
Complementary color
Monochromatic Colors of #A06085
Black with #A06085
Text Example
Text Example
White with #A06085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06085; }
p { color: rgb(160,96,133); }
H1.HeaderClassName
{
color: #A06085;
}
.AnyTagClassName
{
color: #A06085;
}
</style>
background-color css
<style>
a { background-color: #A06085; }
a { background-color: rgb(160,96,133); }
div.DivClassName
{
background-color: #A06085;
}
.BgClassName
{
background-color: #A06085;
}
</style>
border-color css
<style>
span { border-color: #A06085; }
span { border-color: rgb(160,96,133); }
td.TdClassName
{
border-color: #A06085;
}
.TagClassName
{
border-color: #A06085;
}
</style>