Shades of Strikemaster #A56783
Tints of Strikemaster #A56783
RGB
CMYK
RGB Variations
Color information
#A56783 (or 0xA56783) is known color: Strikemaster. HEX triplet: A5, 67 and 83. RGB value is (165,103,131). Sum of RGB (Red+Green+Blue) = 165+103+131=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56783 is #5A987C. Grayscale: #7C7C7C. Windows color (decimal): -5937277 or 8611749. OLE color: 8611749.
HSL color Cylindrical-coordinate representation of color #A56783: hue angle of 332.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56783 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 131 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.35 |
| HSL | 332.9º | 0.26% | 0.53% | - |
| HSV(B) | 332.9º | 0.38% | 0.65% | - |
| XYZ | 24.46 | 19.34 | 23.92 | - |
| YUV | 124.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 131 | 0 | 0.38 | 0.21 | 0.35 | 332.9 | 0.26 | 0.53 |
| Hex | A5 | 67 | 83 | 0 | 26 | 15 | 23 | 14D | 1A | 35 |
| Octal | 245 | 147 | 203 | 0 | 46 | 25 | 43 | 515 | 32 | 65 |
| Binary | 10100101 | 1100111 | 10000011 | 0 | 100110 | 10101 | 100011 | 101001101 | 11010 | 110101 |
Color Harmonies of #A56783
Complementary color
Monochromatic Colors of #A56783
Black with #A56783
Text Example
Text Example
White with #A56783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56783; }
p { color: rgb(165,103,131); }
H1.HeaderClassName
{
color: #A56783;
}
.AnyTagClassName
{
color: #A56783;
}
</style>
background-color css
<style>
a { background-color: #A56783; }
a { background-color: rgb(165,103,131); }
div.DivClassName
{
background-color: #A56783;
}
.BgClassName
{
background-color: #A56783;
}
</style>
border-color css
<style>
span { border-color: #A56783; }
span { border-color: rgb(165,103,131); }
td.TdClassName
{
border-color: #A56783;
}
.TagClassName
{
border-color: #A56783;
}
</style>