Shades of Strikemaster #A36489
Tints of Strikemaster #A36489
RGB
CMYK
RGB Variations
Color information
#A36489 (or 0xA36489) is known color: Strikemaster. HEX triplet: A3, 64 and 89. RGB value is (163,100,137). Sum of RGB (Red+Green+Blue) = 163+100+137=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A36489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36489 is #5C9B76. Grayscale: #7A7A7A. Windows color (decimal): -6069111 or 9004195. OLE color: 9004195.
HSL color Cylindrical-coordinate representation of color #A36489: hue angle of 324.76º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A36489 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 137 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.36 |
| HSL | 324.76º | 0.26% | 0.52% | - |
| HSV(B) | 324.76º | 0.39% | 0.64% | - |
| XYZ | 24.18 | 18.71 | 26 | - |
| YUV | 123.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 137 | 0 | 0.39 | 0.16 | 0.36 | 324.76 | 0.26 | 0.52 |
| Hex | A3 | 64 | 89 | 0 | 27 | 10 | 24 | 145 | 1A | 34 |
| Octal | 243 | 144 | 211 | 0 | 47 | 20 | 44 | 505 | 32 | 64 |
| Binary | 10100011 | 1100100 | 10001001 | 0 | 100111 | 10000 | 100100 | 101000101 | 11010 | 110100 |
Color Harmonies of #A36489
Complementary color
Monochromatic Colors of #A36489
Black with #A36489
Text Example
Text Example
White with #A36489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36489; }
p { color: rgb(163,100,137); }
H1.HeaderClassName
{
color: #A36489;
}
.AnyTagClassName
{
color: #A36489;
}
</style>
background-color css
<style>
a { background-color: #A36489; }
a { background-color: rgb(163,100,137); }
div.DivClassName
{
background-color: #A36489;
}
.BgClassName
{
background-color: #A36489;
}
</style>
border-color css
<style>
span { border-color: #A36489; }
span { border-color: rgb(163,100,137); }
td.TdClassName
{
border-color: #A36489;
}
.TagClassName
{
border-color: #A36489;
}
</style>