Shades of Strikemaster #A17084
Tints of Strikemaster #A17084
RGB
CMYK
RGB Variations
Color information
#A17084 (or 0xA17084) is known color: Strikemaster. HEX triplet: A1, 70 and 84. RGB value is (161,112,132). Sum of RGB (Red+Green+Blue) = 161+112+132=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A17084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17084 is #5E8F7B. Grayscale: #808080. Windows color (decimal): -6197116 or 8679585. OLE color: 8679585.
HSL color Cylindrical-coordinate representation of color #A17084: hue angle of 335.51º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17084 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 132 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.37 |
| HSL | 335.51º | 0.21% | 0.54% | - |
| HSV(B) | 335.51º | 0.3% | 0.63% | - |
| XYZ | 24.66 | 20.83 | 24.55 | - |
| YUV | 128.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 132 | 0 | 0.30 | 0.18 | 0.37 | 335.51 | 0.21 | 0.54 |
| Hex | A1 | 70 | 84 | 0 | 1E | 12 | 25 | 150 | 15 | 36 |
| Octal | 241 | 160 | 204 | 0 | 36 | 22 | 45 | 520 | 25 | 66 |
| Binary | 10100001 | 1110000 | 10000100 | 0 | 11110 | 10010 | 100101 | 101010000 | 10101 | 110110 |
Color Harmonies of #A17084
Complementary color
Monochromatic Colors of #A17084
Black with #A17084
Text Example
Text Example
White with #A17084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17084; }
p { color: rgb(161,112,132); }
H1.HeaderClassName
{
color: #A17084;
}
.AnyTagClassName
{
color: #A17084;
}
</style>
background-color css
<style>
a { background-color: #A17084; }
a { background-color: rgb(161,112,132); }
div.DivClassName
{
background-color: #A17084;
}
.BgClassName
{
background-color: #A17084;
}
</style>
border-color css
<style>
span { border-color: #A17084; }
span { border-color: rgb(161,112,132); }
td.TdClassName
{
border-color: #A17084;
}
.TagClassName
{
border-color: #A17084;
}
</style>