Shades of Strikemaster #A56A85
Tints of Strikemaster #A56A85
RGB
CMYK
RGB Variations
Color information
#A56A85 (or 0xA56A85) is known color: Strikemaster. HEX triplet: A5, 6A and 85. RGB value is (165,106,133). Sum of RGB (Red+Green+Blue) = 165+106+133=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A85 is #5A957A. Grayscale: #7E7E7E. Windows color (decimal): -5936507 or 8743589. OLE color: 8743589.
HSL color Cylindrical-coordinate representation of color #A56A85: hue angle of 332.54º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56A85 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 133 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.35 |
| HSL | 332.54º | 0.25% | 0.53% | - |
| HSV(B) | 332.54º | 0.36% | 0.65% | - |
| XYZ | 24.9 | 20 | 24.74 | - |
| YUV | 126.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 133 | 0 | 0.36 | 0.19 | 0.35 | 332.54 | 0.25 | 0.53 |
| Hex | A5 | 6A | 85 | 0 | 24 | 13 | 23 | 14D | 19 | 35 |
| Octal | 245 | 152 | 205 | 0 | 44 | 23 | 43 | 515 | 31 | 65 |
| Binary | 10100101 | 1101010 | 10000101 | 0 | 100100 | 10011 | 100011 | 101001101 | 11001 | 110101 |
Color Harmonies of #A56A85
Complementary color
Monochromatic Colors of #A56A85
Black with #A56A85
Text Example
Text Example
White with #A56A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A85; }
p { color: rgb(165,106,133); }
H1.HeaderClassName
{
color: #A56A85;
}
.AnyTagClassName
{
color: #A56A85;
}
</style>
background-color css
<style>
a { background-color: #A56A85; }
a { background-color: rgb(165,106,133); }
div.DivClassName
{
background-color: #A56A85;
}
.BgClassName
{
background-color: #A56A85;
}
</style>
border-color css
<style>
span { border-color: #A56A85; }
span { border-color: rgb(165,106,133); }
td.TdClassName
{
border-color: #A56A85;
}
.TagClassName
{
border-color: #A56A85;
}
</style>