Shades of Strikemaster #A56782
Tints of Strikemaster #A56782
RGB
CMYK
RGB Variations
Color information
#A56782 (or 0xA56782) is known color: Strikemaster. HEX triplet: A5, 67 and 82. RGB value is (165,103,130). Sum of RGB (Red+Green+Blue) = 165+103+130=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A56782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56782 is #5A987D. Grayscale: #7C7C7C. Windows color (decimal): -5937278 or 8546213. OLE color: 8546213.
HSL color Cylindrical-coordinate representation of color #A56782: hue angle of 333.87º 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 #A56782 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 130 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.35 |
| HSL | 333.87º | 0.26% | 0.53% | - |
| HSV(B) | 333.87º | 0.38% | 0.65% | - |
| XYZ | 24.4 | 19.31 | 23.56 | - |
| YUV | 124.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 130 | 0 | 0.38 | 0.21 | 0.35 | 333.87 | 0.26 | 0.53 |
| Hex | A5 | 67 | 82 | 0 | 26 | 15 | 23 | 14E | 1A | 35 |
| Octal | 245 | 147 | 202 | 0 | 46 | 25 | 43 | 516 | 32 | 65 |
| Binary | 10100101 | 1100111 | 10000010 | 0 | 100110 | 10101 | 100011 | 101001110 | 11010 | 110101 |
Color Harmonies of #A56782
Complementary color
Monochromatic Colors of #A56782
Black with #A56782
Text Example
Text Example
White with #A56782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56782; }
p { color: rgb(165,103,130); }
H1.HeaderClassName
{
color: #A56782;
}
.AnyTagClassName
{
color: #A56782;
}
</style>
background-color css
<style>
a { background-color: #A56782; }
a { background-color: rgb(165,103,130); }
div.DivClassName
{
background-color: #A56782;
}
.BgClassName
{
background-color: #A56782;
}
</style>
border-color css
<style>
span { border-color: #A56782; }
span { border-color: rgb(165,103,130); }
td.TdClassName
{
border-color: #A56782;
}
.TagClassName
{
border-color: #A56782;
}
</style>