Shades of Strikemaster #A36C8A
Tints of Strikemaster #A36C8A
RGB
CMYK
RGB Variations
Color information
#A36C8A (or 0xA36C8A) is known color: Strikemaster. HEX triplet: A3, 6C and 8A. RGB value is (163,108,138). Sum of RGB (Red+Green+Blue) = 163+108+138=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36C8A is #5C9375. Grayscale: #7F7F7F. Windows color (decimal): -6067062 or 9071779. OLE color: 9071779.
HSL color Cylindrical-coordinate representation of color #A36C8A: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36C8A is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 138 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.36 |
| HSL | 327.27º | 0.23% | 0.53% | - |
| HSV(B) | 327.27º | 0.34% | 0.64% | - |
| XYZ | 25.05 | 20.35 | 26.65 | - |
| YUV | 127.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 138 | 0 | 0.34 | 0.15 | 0.36 | 327.27 | 0.23 | 0.53 |
| Hex | A3 | 6C | 8A | 0 | 22 | F | 24 | 147 | 17 | 35 |
| Octal | 243 | 154 | 212 | 0 | 42 | 17 | 44 | 507 | 27 | 65 |
| Binary | 10100011 | 1101100 | 10001010 | 0 | 100010 | 1111 | 100100 | 101000111 | 10111 | 110101 |
Color Harmonies of #A36C8A
Complementary color
Monochromatic Colors of #A36C8A
Black with #A36C8A
Text Example
Text Example
White with #A36C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C8A; }
p { color: rgb(163,108,138); }
H1.HeaderClassName
{
color: #A36C8A;
}
.AnyTagClassName
{
color: #A36C8A;
}
</style>
background-color css
<style>
a { background-color: #A36C8A; }
a { background-color: rgb(163,108,138); }
div.DivClassName
{
background-color: #A36C8A;
}
.BgClassName
{
background-color: #A36C8A;
}
</style>
border-color css
<style>
span { border-color: #A36C8A; }
span { border-color: rgb(163,108,138); }
td.TdClassName
{
border-color: #A36C8A;
}
.TagClassName
{
border-color: #A36C8A;
}
</style>