Shades of Strikemaster #A06B89
Tints of Strikemaster #A06B89
RGB
CMYK
RGB Variations
Color information
#A06B89 (or 0xA06B89) is known color: Strikemaster. HEX triplet: A0, 6B and 89. RGB value is (160,107,137). Sum of RGB (Red+Green+Blue) = 160+107+137=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B89 is #5F9476. Grayscale: #7E7E7E. Windows color (decimal): -6263927 or 9005984. OLE color: 9005984.
HSL color Cylindrical-coordinate representation of color #A06B89: hue angle of 326.04º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B89 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 137 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.37 |
| HSL | 326.04º | 0.22% | 0.52% | - |
| HSV(B) | 326.04º | 0.33% | 0.63% | - |
| XYZ | 24.27 | 19.8 | 26.21 | - |
| YUV | 126.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 137 | 0 | 0.33 | 0.14 | 0.37 | 326.04 | 0.22 | 0.52 |
| Hex | A0 | 6B | 89 | 0 | 21 | E | 25 | 146 | 16 | 34 |
| Octal | 240 | 153 | 211 | 0 | 41 | 16 | 45 | 506 | 26 | 64 |
| Binary | 10100000 | 1101011 | 10001001 | 0 | 100001 | 1110 | 100101 | 101000110 | 10110 | 110100 |
Color Harmonies of #A06B89
Complementary color
Monochromatic Colors of #A06B89
Black with #A06B89
Text Example
Text Example
White with #A06B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B89; }
p { color: rgb(160,107,137); }
H1.HeaderClassName
{
color: #A06B89;
}
.AnyTagClassName
{
color: #A06B89;
}
</style>
background-color css
<style>
a { background-color: #A06B89; }
a { background-color: rgb(160,107,137); }
div.DivClassName
{
background-color: #A06B89;
}
.BgClassName
{
background-color: #A06B89;
}
</style>
border-color css
<style>
span { border-color: #A06B89; }
span { border-color: rgb(160,107,137); }
td.TdClassName
{
border-color: #A06B89;
}
.TagClassName
{
border-color: #A06B89;
}
</style>