Shades of Strikemaster #A36485
Tints of Strikemaster #A36485
RGB
CMYK
RGB Variations
Color information
#A36485 (or 0xA36485) is known color: Strikemaster. HEX triplet: A3, 64 and 85. RGB value is (163,100,133). Sum of RGB (Red+Green+Blue) = 163+100+133=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A36485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36485 is #5C9B7A. Grayscale: #7A7A7A. Windows color (decimal): -6069115 or 8742051. OLE color: 8742051.
HSL color Cylindrical-coordinate representation of color #A36485: hue angle of 328.57º 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 #A36485 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 100 | 133 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.36 |
| HSL | 328.57º | 0.26% | 0.52% | - |
| HSV(B) | 328.57º | 0.39% | 0.64% | - |
| XYZ | 23.9 | 18.59 | 24.52 | - |
| YUV | 122.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 133 | 0 | 0.39 | 0.18 | 0.36 | 328.57 | 0.26 | 0.52 |
| Hex | A3 | 64 | 85 | 0 | 27 | 12 | 24 | 149 | 1A | 34 |
| Octal | 243 | 144 | 205 | 0 | 47 | 22 | 44 | 511 | 32 | 64 |
| Binary | 10100011 | 1100100 | 10000101 | 0 | 100111 | 10010 | 100100 | 101001001 | 11010 | 110100 |
Color Harmonies of #A36485
Complementary color
Monochromatic Colors of #A36485
Black with #A36485
Text Example
Text Example
White with #A36485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36485; }
p { color: rgb(163,100,133); }
H1.HeaderClassName
{
color: #A36485;
}
.AnyTagClassName
{
color: #A36485;
}
</style>
background-color css
<style>
a { background-color: #A36485; }
a { background-color: rgb(163,100,133); }
div.DivClassName
{
background-color: #A36485;
}
.BgClassName
{
background-color: #A36485;
}
</style>
border-color css
<style>
span { border-color: #A36485; }
span { border-color: rgb(163,100,133); }
td.TdClassName
{
border-color: #A36485;
}
.TagClassName
{
border-color: #A36485;
}
</style>