Shades of Strikemaster #A56889
Tints of Strikemaster #A56889
RGB
CMYK
RGB Variations
Color information
#A56889 (or 0xA56889) is known color: Strikemaster. HEX triplet: A5, 68 and 89. RGB value is (165,104,137). Sum of RGB (Red+Green+Blue) = 165+104+137=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A56889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56889 is #5A9776. Grayscale: #7D7D7D. Windows color (decimal): -5937015 or 9005221. OLE color: 9005221.
HSL color Cylindrical-coordinate representation of color #A56889: hue angle of 327.54º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56889 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 137 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.35 |
| HSL | 327.54º | 0.25% | 0.53% | - |
| HSV(B) | 327.54º | 0.37% | 0.65% | - |
| XYZ | 24.98 | 19.71 | 26.15 | - |
| YUV | 126 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 137 | 0 | 0.37 | 0.17 | 0.35 | 327.54 | 0.25 | 0.53 |
| Hex | A5 | 68 | 89 | 0 | 25 | 11 | 23 | 148 | 19 | 35 |
| Octal | 245 | 150 | 211 | 0 | 45 | 21 | 43 | 510 | 31 | 65 |
| Binary | 10100101 | 1101000 | 10001001 | 0 | 100101 | 10001 | 100011 | 101001000 | 11001 | 110101 |
Color Harmonies of #A56889
Complementary color
Monochromatic Colors of #A56889
Black with #A56889
Text Example
Text Example
White with #A56889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56889; }
p { color: rgb(165,104,137); }
H1.HeaderClassName
{
color: #A56889;
}
.AnyTagClassName
{
color: #A56889;
}
</style>
background-color css
<style>
a { background-color: #A56889; }
a { background-color: rgb(165,104,137); }
div.DivClassName
{
background-color: #A56889;
}
.BgClassName
{
background-color: #A56889;
}
</style>
border-color css
<style>
span { border-color: #A56889; }
span { border-color: rgb(165,104,137); }
td.TdClassName
{
border-color: #A56889;
}
.TagClassName
{
border-color: #A56889;
}
</style>