Shades of Strikemaster #A36982
Tints of Strikemaster #A36982
RGB
CMYK
RGB Variations
Color information
#A36982 (or 0xA36982) is known color: Strikemaster. HEX triplet: A3, 69 and 82. RGB value is (163,105,130). Sum of RGB (Red+Green+Blue) = 163+105+130=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A36982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36982 is #5C967D. Grayscale: #7D7D7D. Windows color (decimal): -6067838 or 8546723. OLE color: 8546723.
HSL color Cylindrical-coordinate representation of color #A36982: hue angle of 334.14º 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 #A36982 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 130 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.36 |
| HSL | 334.14º | 0.24% | 0.53% | - |
| HSV(B) | 334.14º | 0.36% | 0.64% | - |
| XYZ | 24.19 | 19.5 | 23.61 | - |
| YUV | 125.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 130 | 0 | 0.36 | 0.20 | 0.36 | 334.14 | 0.24 | 0.53 |
| Hex | A3 | 69 | 82 | 0 | 24 | 14 | 24 | 14E | 18 | 35 |
| Octal | 243 | 151 | 202 | 0 | 44 | 24 | 44 | 516 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10000010 | 0 | 100100 | 10100 | 100100 | 101001110 | 11000 | 110101 |
Color Harmonies of #A36982
Complementary color
Monochromatic Colors of #A36982
Black with #A36982
Text Example
Text Example
White with #A36982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36982; }
p { color: rgb(163,105,130); }
H1.HeaderClassName
{
color: #A36982;
}
.AnyTagClassName
{
color: #A36982;
}
</style>
background-color css
<style>
a { background-color: #A36982; }
a { background-color: rgb(163,105,130); }
div.DivClassName
{
background-color: #A36982;
}
.BgClassName
{
background-color: #A36982;
}
</style>
border-color css
<style>
span { border-color: #A36982; }
span { border-color: rgb(163,105,130); }
td.TdClassName
{
border-color: #A36982;
}
.TagClassName
{
border-color: #A36982;
}
</style>