Shades of Strikemaster #A36E85
Tints of Strikemaster #A36E85
RGB
CMYK
RGB Variations
Color information
#A36E85 (or 0xA36E85) is known color: Strikemaster. HEX triplet: A3, 6E and 85. RGB value is (163,110,133). Sum of RGB (Red+Green+Blue) = 163+110+133=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E85 is #5C917A. Grayscale: #808080. Windows color (decimal): -6066555 or 8744611. OLE color: 8744611.
HSL color Cylindrical-coordinate representation of color #A36E85: hue angle of 333.96º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36E85 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 133 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.36 |
| HSL | 333.96º | 0.22% | 0.54% | - |
| HSV(B) | 333.96º | 0.33% | 0.64% | - |
| XYZ | 24.91 | 20.63 | 24.86 | - |
| YUV | 128.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 133 | 0 | 0.33 | 0.18 | 0.36 | 333.96 | 0.22 | 0.54 |
| Hex | A3 | 6E | 85 | 0 | 21 | 12 | 24 | 14E | 16 | 36 |
| Octal | 243 | 156 | 205 | 0 | 41 | 22 | 44 | 516 | 26 | 66 |
| Binary | 10100011 | 1101110 | 10000101 | 0 | 100001 | 10010 | 100100 | 101001110 | 10110 | 110110 |
Color Harmonies of #A36E85
Complementary color
Monochromatic Colors of #A36E85
Black with #A36E85
Text Example
Text Example
White with #A36E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E85; }
p { color: rgb(163,110,133); }
H1.HeaderClassName
{
color: #A36E85;
}
.AnyTagClassName
{
color: #A36E85;
}
</style>
background-color css
<style>
a { background-color: #A36E85; }
a { background-color: rgb(163,110,133); }
div.DivClassName
{
background-color: #A36E85;
}
.BgClassName
{
background-color: #A36E85;
}
</style>
border-color css
<style>
span { border-color: #A36E85; }
span { border-color: rgb(163,110,133); }
td.TdClassName
{
border-color: #A36E85;
}
.TagClassName
{
border-color: #A36E85;
}
</style>