Shades of Strikemaster #A16B7F
Tints of Strikemaster #A16B7F
RGB
CMYK
RGB Variations
Color information
#A16B7F (or 0xA16B7F) is known color: Strikemaster. HEX triplet: A1, 6B and 7F. RGB value is (161,107,127). Sum of RGB (Red+Green+Blue) = 161+107+127=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B7F is #5E9480. Grayscale: #7D7D7D. Windows color (decimal): -6198401 or 8350625. OLE color: 8350625.
HSL color Cylindrical-coordinate representation of color #A16B7F: hue angle of 337.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B7F is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 127 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.37 |
| HSL | 337.78º | 0.22% | 0.53% | - |
| HSV(B) | 337.78º | 0.34% | 0.63% | - |
| XYZ | 23.79 | 19.62 | 22.61 | - |
| YUV | 125.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 127 | 0 | 0.34 | 0.21 | 0.37 | 337.78 | 0.22 | 0.53 |
| Hex | A1 | 6B | 7F | 0 | 22 | 15 | 25 | 152 | 16 | 35 |
| Octal | 241 | 153 | 177 | 0 | 42 | 25 | 45 | 522 | 26 | 65 |
| Binary | 10100001 | 1101011 | 1111111 | 0 | 100010 | 10101 | 100101 | 101010010 | 10110 | 110101 |
Color Harmonies of #A16B7F
Complementary color
Monochromatic Colors of #A16B7F
Black with #A16B7F
Text Example
Text Example
White with #A16B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B7F; }
p { color: rgb(161,107,127); }
H1.HeaderClassName
{
color: #A16B7F;
}
.AnyTagClassName
{
color: #A16B7F;
}
</style>
background-color css
<style>
a { background-color: #A16B7F; }
a { background-color: rgb(161,107,127); }
div.DivClassName
{
background-color: #A16B7F;
}
.BgClassName
{
background-color: #A16B7F;
}
</style>
border-color css
<style>
span { border-color: #A16B7F; }
span { border-color: rgb(161,107,127); }
td.TdClassName
{
border-color: #A16B7F;
}
.TagClassName
{
border-color: #A16B7F;
}
</style>