Shades of Strikemaster #A36284
Tints of Strikemaster #A36284
RGB
CMYK
RGB Variations
Color information
#A36284 (or 0xA36284) is known color: Strikemaster. HEX triplet: A3, 62 and 84. RGB value is (163,98,132). Sum of RGB (Red+Green+Blue) = 163+98+132=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A36284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36284 is #5C9D7B. Grayscale: #797979. Windows color (decimal): -6069628 or 8676003. OLE color: 8676003.
HSL color Cylindrical-coordinate representation of color #A36284: hue angle of 328.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36284 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 132 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.36 |
| HSL | 328.62º | 0.26% | 0.51% | - |
| HSV(B) | 328.62º | 0.4% | 0.64% | - |
| XYZ | 23.64 | 18.19 | 24.09 | - |
| YUV | 121.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 132 | 0 | 0.40 | 0.19 | 0.36 | 328.62 | 0.26 | 0.51 |
| Hex | A3 | 62 | 84 | 0 | 28 | 13 | 24 | 149 | 1A | 33 |
| Octal | 243 | 142 | 204 | 0 | 50 | 23 | 44 | 511 | 32 | 63 |
| Binary | 10100011 | 1100010 | 10000100 | 0 | 101000 | 10011 | 100100 | 101001001 | 11010 | 110011 |
Color Harmonies of #A36284
Complementary color
Monochromatic Colors of #A36284
Black with #A36284
Text Example
Text Example
White with #A36284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36284; }
p { color: rgb(163,98,132); }
H1.HeaderClassName
{
color: #A36284;
}
.AnyTagClassName
{
color: #A36284;
}
</style>
background-color css
<style>
a { background-color: #A36284; }
a { background-color: rgb(163,98,132); }
div.DivClassName
{
background-color: #A36284;
}
.BgClassName
{
background-color: #A36284;
}
</style>
border-color css
<style>
span { border-color: #A36284; }
span { border-color: rgb(163,98,132); }
td.TdClassName
{
border-color: #A36284;
}
.TagClassName
{
border-color: #A36284;
}
</style>