Shades of Strikemaster #A06789
Tints of Strikemaster #A06789
RGB
CMYK
RGB Variations
Color information
#A06789 (or 0xA06789) is known color: Strikemaster. HEX triplet: A0, 67 and 89. RGB value is (160,103,137). Sum of RGB (Red+Green+Blue) = 160+103+137=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A06789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06789 is #5F9876. Grayscale: #7B7B7B. Windows color (decimal): -6264951 or 9004960. OLE color: 9004960.
HSL color Cylindrical-coordinate representation of color #A06789: hue angle of 324.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06789 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 137 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.37 |
| HSL | 324.21º | 0.23% | 0.52% | - |
| HSV(B) | 324.21º | 0.36% | 0.63% | - |
| XYZ | 23.86 | 18.98 | 26.07 | - |
| YUV | 123.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 137 | 0 | 0.36 | 0.14 | 0.37 | 324.21 | 0.23 | 0.52 |
| Hex | A0 | 67 | 89 | 0 | 24 | E | 25 | 144 | 17 | 34 |
| Octal | 240 | 147 | 211 | 0 | 44 | 16 | 45 | 504 | 27 | 64 |
| Binary | 10100000 | 1100111 | 10001001 | 0 | 100100 | 1110 | 100101 | 101000100 | 10111 | 110100 |
Color Harmonies of #A06789
Complementary color
Monochromatic Colors of #A06789
Black with #A06789
Text Example
Text Example
White with #A06789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06789; }
p { color: rgb(160,103,137); }
H1.HeaderClassName
{
color: #A06789;
}
.AnyTagClassName
{
color: #A06789;
}
</style>
background-color css
<style>
a { background-color: #A06789; }
a { background-color: rgb(160,103,137); }
div.DivClassName
{
background-color: #A06789;
}
.BgClassName
{
background-color: #A06789;
}
</style>
border-color css
<style>
span { border-color: #A06789; }
span { border-color: rgb(160,103,137); }
td.TdClassName
{
border-color: #A06789;
}
.TagClassName
{
border-color: #A06789;
}
</style>