Shades of Strikemaster #A56489
Tints of Strikemaster #A56489
RGB
CMYK
RGB Variations
Color information
#A56489 (or 0xA56489) is known color: Strikemaster. HEX triplet: A5, 64 and 89. RGB value is (165,100,137). Sum of RGB (Red+Green+Blue) = 165+100+137=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A56489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56489 is #5A9B76. Grayscale: #7B7B7B. Windows color (decimal): -5938039 or 9004197. OLE color: 9004197.
HSL color Cylindrical-coordinate representation of color #A56489: hue angle of 325.85º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56489 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 137 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.35 |
| HSL | 325.85º | 0.27% | 0.52% | - |
| HSV(B) | 325.85º | 0.39% | 0.65% | - |
| XYZ | 24.59 | 18.92 | 26.02 | - |
| YUV | 123.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 137 | 0 | 0.39 | 0.17 | 0.35 | 325.85 | 0.27 | 0.52 |
| Hex | A5 | 64 | 89 | 0 | 27 | 11 | 23 | 146 | 1B | 34 |
| Octal | 245 | 144 | 211 | 0 | 47 | 21 | 43 | 506 | 33 | 64 |
| Binary | 10100101 | 1100100 | 10001001 | 0 | 100111 | 10001 | 100011 | 101000110 | 11011 | 110100 |
Color Harmonies of #A56489
Complementary color
Monochromatic Colors of #A56489
Black with #A56489
Text Example
Text Example
White with #A56489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56489; }
p { color: rgb(165,100,137); }
H1.HeaderClassName
{
color: #A56489;
}
.AnyTagClassName
{
color: #A56489;
}
</style>
background-color css
<style>
a { background-color: #A56489; }
a { background-color: rgb(165,100,137); }
div.DivClassName
{
background-color: #A56489;
}
.BgClassName
{
background-color: #A56489;
}
</style>
border-color css
<style>
span { border-color: #A56489; }
span { border-color: rgb(165,100,137); }
td.TdClassName
{
border-color: #A56489;
}
.TagClassName
{
border-color: #A56489;
}
</style>