Shades of Strikemaster #A56283
Tints of Strikemaster #A56283
RGB
CMYK
RGB Variations
Color information
#A56283 (or 0xA56283) is known color: Strikemaster. HEX triplet: A5, 62 and 83. RGB value is (165,98,131). Sum of RGB (Red+Green+Blue) = 165+98+131=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A56283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56283 is #5A9D7C. Grayscale: #797979. Windows color (decimal): -5938557 or 8610469. OLE color: 8610469.
HSL color Cylindrical-coordinate representation of color #A56283: hue angle of 330.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56283 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 98 | 131 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.35 |
| HSL | 330.45º | 0.27% | 0.52% | - |
| HSV(B) | 330.45º | 0.41% | 0.65% | - |
| XYZ | 23.98 | 18.37 | 23.76 | - |
| YUV | 121.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 98 | 131 | 0 | 0.41 | 0.21 | 0.35 | 330.45 | 0.27 | 0.52 |
| Hex | A5 | 62 | 83 | 0 | 29 | 15 | 23 | 14A | 1B | 34 |
| Octal | 245 | 142 | 203 | 0 | 51 | 25 | 43 | 512 | 33 | 64 |
| Binary | 10100101 | 1100010 | 10000011 | 0 | 101001 | 10101 | 100011 | 101001010 | 11011 | 110100 |
Color Harmonies of #A56283
Complementary color
Monochromatic Colors of #A56283
Black with #A56283
Text Example
Text Example
White with #A56283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56283; }
p { color: rgb(165,98,131); }
H1.HeaderClassName
{
color: #A56283;
}
.AnyTagClassName
{
color: #A56283;
}
</style>
background-color css
<style>
a { background-color: #A56283; }
a { background-color: rgb(165,98,131); }
div.DivClassName
{
background-color: #A56283;
}
.BgClassName
{
background-color: #A56283;
}
</style>
border-color css
<style>
span { border-color: #A56283; }
span { border-color: rgb(165,98,131); }
td.TdClassName
{
border-color: #A56283;
}
.TagClassName
{
border-color: #A56283;
}
</style>