Shades of Strikemaster #A36F87
Tints of Strikemaster #A36F87
RGB
CMYK
RGB Variations
Color information
#A36F87 (or 0xA36F87) is known color: Strikemaster. HEX triplet: A3, 6F and 87. RGB value is (163,111,135). Sum of RGB (Red+Green+Blue) = 163+111+135=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F87 is #5C9078. Grayscale: #818181. Windows color (decimal): -6066297 or 8875939. OLE color: 8875939.
HSL color Cylindrical-coordinate representation of color #A36F87: hue angle of 332.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36F87 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 135 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.36 |
| HSL | 332.31º | 0.22% | 0.54% | - |
| HSV(B) | 332.31º | 0.32% | 0.64% | - |
| XYZ | 25.16 | 20.9 | 25.63 | - |
| YUV | 129.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 135 | 0 | 0.32 | 0.17 | 0.36 | 332.31 | 0.22 | 0.54 |
| Hex | A3 | 6F | 87 | 0 | 20 | 11 | 24 | 14C | 16 | 36 |
| Octal | 243 | 157 | 207 | 0 | 40 | 21 | 44 | 514 | 26 | 66 |
| Binary | 10100011 | 1101111 | 10000111 | 0 | 100000 | 10001 | 100100 | 101001100 | 10110 | 110110 |
Color Harmonies of #A36F87
Complementary color
Monochromatic Colors of #A36F87
Black with #A36F87
Text Example
Text Example
White with #A36F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F87; }
p { color: rgb(163,111,135); }
H1.HeaderClassName
{
color: #A36F87;
}
.AnyTagClassName
{
color: #A36F87;
}
</style>
background-color css
<style>
a { background-color: #A36F87; }
a { background-color: rgb(163,111,135); }
div.DivClassName
{
background-color: #A36F87;
}
.BgClassName
{
background-color: #A36F87;
}
</style>
border-color css
<style>
span { border-color: #A36F87; }
span { border-color: rgb(163,111,135); }
td.TdClassName
{
border-color: #A36F87;
}
.TagClassName
{
border-color: #A36F87;
}
</style>