Shades of Strikemaster #A36987
Tints of Strikemaster #A36987
RGB
CMYK
RGB Variations
Color information
#A36987 (or 0xA36987) is known color: Strikemaster. HEX triplet: A3, 69 and 87. RGB value is (163,105,135). Sum of RGB (Red+Green+Blue) = 163+105+135=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A36987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36987 is #5C9678. Grayscale: #7D7D7D. Windows color (decimal): -6067833 or 8874403. OLE color: 8874403.
HSL color Cylindrical-coordinate representation of color #A36987: hue angle of 328.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36987 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 135 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.36 |
| HSL | 328.97º | 0.24% | 0.53% | - |
| HSV(B) | 328.97º | 0.36% | 0.64% | - |
| XYZ | 24.53 | 19.64 | 25.42 | - |
| YUV | 125.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 135 | 0 | 0.36 | 0.17 | 0.36 | 328.97 | 0.24 | 0.53 |
| Hex | A3 | 69 | 87 | 0 | 24 | 11 | 24 | 149 | 18 | 35 |
| Octal | 243 | 151 | 207 | 0 | 44 | 21 | 44 | 511 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10000111 | 0 | 100100 | 10001 | 100100 | 101001001 | 11000 | 110101 |
Color Harmonies of #A36987
Complementary color
Monochromatic Colors of #A36987
Black with #A36987
Text Example
Text Example
White with #A36987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36987; }
p { color: rgb(163,105,135); }
H1.HeaderClassName
{
color: #A36987;
}
.AnyTagClassName
{
color: #A36987;
}
</style>
background-color css
<style>
a { background-color: #A36987; }
a { background-color: rgb(163,105,135); }
div.DivClassName
{
background-color: #A36987;
}
.BgClassName
{
background-color: #A36987;
}
</style>
border-color css
<style>
span { border-color: #A36987; }
span { border-color: rgb(163,105,135); }
td.TdClassName
{
border-color: #A36987;
}
.TagClassName
{
border-color: #A36987;
}
</style>