Shades of Strikemaster #A06A85
Tints of Strikemaster #A06A85
RGB
CMYK
RGB Variations
Color information
#A06A85 (or 0xA06A85) is known color: Strikemaster. HEX triplet: A0, 6A and 85. RGB value is (160,106,133). Sum of RGB (Red+Green+Blue) = 160+106+133=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06A85 is #5F957A. Grayscale: #7D7D7D. Windows color (decimal): -6264187 or 8743584. OLE color: 8743584.
HSL color Cylindrical-coordinate representation of color #A06A85: hue angle of 330º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06A85 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 133 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.37 |
| HSL | 330º | 0.22% | 0.52% | - |
| HSV(B) | 330º | 0.34% | 0.63% | - |
| XYZ | 23.88 | 19.48 | 24.69 | - |
| YUV | 125.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 133 | 0 | 0.34 | 0.17 | 0.37 | 330 | 0.22 | 0.52 |
| Hex | A0 | 6A | 85 | 0 | 22 | 11 | 25 | 14A | 16 | 34 |
| Octal | 240 | 152 | 205 | 0 | 42 | 21 | 45 | 512 | 26 | 64 |
| Binary | 10100000 | 1101010 | 10000101 | 0 | 100010 | 10001 | 100101 | 101001010 | 10110 | 110100 |
Color Harmonies of #A06A85
Complementary color
Monochromatic Colors of #A06A85
Black with #A06A85
Text Example
Text Example
White with #A06A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A85; }
p { color: rgb(160,106,133); }
H1.HeaderClassName
{
color: #A06A85;
}
.AnyTagClassName
{
color: #A06A85;
}
</style>
background-color css
<style>
a { background-color: #A06A85; }
a { background-color: rgb(160,106,133); }
div.DivClassName
{
background-color: #A06A85;
}
.BgClassName
{
background-color: #A06A85;
}
</style>
border-color css
<style>
span { border-color: #A06A85; }
span { border-color: rgb(160,106,133); }
td.TdClassName
{
border-color: #A06A85;
}
.TagClassName
{
border-color: #A06A85;
}
</style>