Shades of Strikemaster #A56884
Tints of Strikemaster #A56884
RGB
CMYK
RGB Variations
Color information
#A56884 (or 0xA56884) is known color: Strikemaster. HEX triplet: A5, 68 and 84. RGB value is (165,104,132). Sum of RGB (Red+Green+Blue) = 165+104+132=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56884 is #5A977B. Grayscale: #7D7D7D. Windows color (decimal): -5937020 or 8677541. OLE color: 8677541.
HSL color Cylindrical-coordinate representation of color #A56884: hue angle of 332.46º 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 #A56884 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 132 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.35 |
| HSL | 332.46º | 0.25% | 0.53% | - |
| HSV(B) | 332.46º | 0.37% | 0.65% | - |
| XYZ | 24.63 | 19.57 | 24.31 | - |
| YUV | 125.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 132 | 0 | 0.37 | 0.20 | 0.35 | 332.46 | 0.25 | 0.53 |
| Hex | A5 | 68 | 84 | 0 | 25 | 14 | 23 | 14C | 19 | 35 |
| Octal | 245 | 150 | 204 | 0 | 45 | 24 | 43 | 514 | 31 | 65 |
| Binary | 10100101 | 1101000 | 10000100 | 0 | 100101 | 10100 | 100011 | 101001100 | 11001 | 110101 |
Color Harmonies of #A56884
Complementary color
Monochromatic Colors of #A56884
Black with #A56884
Text Example
Text Example
White with #A56884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56884; }
p { color: rgb(165,104,132); }
H1.HeaderClassName
{
color: #A56884;
}
.AnyTagClassName
{
color: #A56884;
}
</style>
background-color css
<style>
a { background-color: #A56884; }
a { background-color: rgb(165,104,132); }
div.DivClassName
{
background-color: #A56884;
}
.BgClassName
{
background-color: #A56884;
}
</style>
border-color css
<style>
span { border-color: #A56884; }
span { border-color: rgb(165,104,132); }
td.TdClassName
{
border-color: #A56884;
}
.TagClassName
{
border-color: #A56884;
}
</style>