Shades of Strikemaster #A06B88
Tints of Strikemaster #A06B88
RGB
CMYK
RGB Variations
Color information
#A06B88 (or 0xA06B88) is known color: Strikemaster. HEX triplet: A0, 6B and 88. RGB value is (160,107,136). Sum of RGB (Red+Green+Blue) = 160+107+136=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B88 is #5F9477. Grayscale: #7E7E7E. Windows color (decimal): -6263928 or 8940448. OLE color: 8940448.
HSL color Cylindrical-coordinate representation of color #A06B88: hue angle of 327.17º 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 #A06B88 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 136 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.37 |
| HSL | 327.17º | 0.22% | 0.52% | - |
| HSV(B) | 327.17º | 0.33% | 0.63% | - |
| XYZ | 24.2 | 19.77 | 25.83 | - |
| YUV | 126.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 136 | 0 | 0.33 | 0.15 | 0.37 | 327.17 | 0.22 | 0.52 |
| Hex | A0 | 6B | 88 | 0 | 21 | F | 25 | 147 | 16 | 34 |
| Octal | 240 | 153 | 210 | 0 | 41 | 17 | 45 | 507 | 26 | 64 |
| Binary | 10100000 | 1101011 | 10001000 | 0 | 100001 | 1111 | 100101 | 101000111 | 10110 | 110100 |
Color Harmonies of #A06B88
Complementary color
Monochromatic Colors of #A06B88
Black with #A06B88
Text Example
Text Example
White with #A06B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B88; }
p { color: rgb(160,107,136); }
H1.HeaderClassName
{
color: #A06B88;
}
.AnyTagClassName
{
color: #A06B88;
}
</style>
background-color css
<style>
a { background-color: #A06B88; }
a { background-color: rgb(160,107,136); }
div.DivClassName
{
background-color: #A06B88;
}
.BgClassName
{
background-color: #A06B88;
}
</style>
border-color css
<style>
span { border-color: #A06B88; }
span { border-color: rgb(160,107,136); }
td.TdClassName
{
border-color: #A06B88;
}
.TagClassName
{
border-color: #A06B88;
}
</style>