Shades of Strikemaster #A56B85
Tints of Strikemaster #A56B85
RGB
CMYK
RGB Variations
Color information
#A56B85 (or 0xA56B85) is known color: Strikemaster. HEX triplet: A5, 6B and 85. RGB value is (165,107,133). Sum of RGB (Red+Green+Blue) = 165+107+133=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B85 is #5A947A. Grayscale: #7F7F7F. Windows color (decimal): -5936251 or 8743845. OLE color: 8743845.
HSL color Cylindrical-coordinate representation of color #A56B85: hue angle of 333.1º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B85 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 133 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.35 |
| HSL | 333.1º | 0.24% | 0.53% | - |
| HSV(B) | 333.1º | 0.35% | 0.65% | - |
| XYZ | 25.01 | 20.21 | 24.77 | - |
| YUV | 127.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 133 | 0 | 0.35 | 0.19 | 0.35 | 333.1 | 0.24 | 0.53 |
| Hex | A5 | 6B | 85 | 0 | 23 | 13 | 23 | 14D | 18 | 35 |
| Octal | 245 | 153 | 205 | 0 | 43 | 23 | 43 | 515 | 30 | 65 |
| Binary | 10100101 | 1101011 | 10000101 | 0 | 100011 | 10011 | 100011 | 101001101 | 11000 | 110101 |
Color Harmonies of #A56B85
Complementary color
Monochromatic Colors of #A56B85
Black with #A56B85
Text Example
Text Example
White with #A56B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B85; }
p { color: rgb(165,107,133); }
H1.HeaderClassName
{
color: #A56B85;
}
.AnyTagClassName
{
color: #A56B85;
}
</style>
background-color css
<style>
a { background-color: #A56B85; }
a { background-color: rgb(165,107,133); }
div.DivClassName
{
background-color: #A56B85;
}
.BgClassName
{
background-color: #A56B85;
}
</style>
border-color css
<style>
span { border-color: #A56B85; }
span { border-color: rgb(165,107,133); }
td.TdClassName
{
border-color: #A56B85;
}
.TagClassName
{
border-color: #A56B85;
}
</style>