Shades of Strikemaster #A1687F
Tints of Strikemaster #A1687F
RGB
CMYK
RGB Variations
Color information
#A1687F (or 0xA1687F) is known color: Strikemaster. HEX triplet: A1, 68 and 7F. RGB value is (161,104,127). Sum of RGB (Red+Green+Blue) = 161+104+127=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A1687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1687F is #5E9780. Grayscale: #7B7B7B. Windows color (decimal): -6199169 or 8349857. OLE color: 8349857.
HSL color Cylindrical-coordinate representation of color #A1687F: hue angle of 335.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1687F is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 127 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.37 |
| HSL | 335.79º | 0.23% | 0.52% | - |
| HSV(B) | 335.79º | 0.35% | 0.63% | - |
| XYZ | 23.48 | 19.01 | 22.51 | - |
| YUV | 123.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 127 | 0 | 0.35 | 0.21 | 0.37 | 335.79 | 0.23 | 0.52 |
| Hex | A1 | 68 | 7F | 0 | 23 | 15 | 25 | 150 | 17 | 34 |
| Octal | 241 | 150 | 177 | 0 | 43 | 25 | 45 | 520 | 27 | 64 |
| Binary | 10100001 | 1101000 | 1111111 | 0 | 100011 | 10101 | 100101 | 101010000 | 10111 | 110100 |
Color Harmonies of #A1687F
Complementary color
Monochromatic Colors of #A1687F
Black with #A1687F
Text Example
Text Example
White with #A1687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1687F; }
p { color: rgb(161,104,127); }
H1.HeaderClassName
{
color: #A1687F;
}
.AnyTagClassName
{
color: #A1687F;
}
</style>
background-color css
<style>
a { background-color: #A1687F; }
a { background-color: rgb(161,104,127); }
div.DivClassName
{
background-color: #A1687F;
}
.BgClassName
{
background-color: #A1687F;
}
</style>
border-color css
<style>
span { border-color: #A1687F; }
span { border-color: rgb(161,104,127); }
td.TdClassName
{
border-color: #A1687F;
}
.TagClassName
{
border-color: #A1687F;
}
</style>