Shades of Strikemaster #A16A7F
Tints of Strikemaster #A16A7F
RGB
CMYK
RGB Variations
Color information
#A16A7F (or 0xA16A7F) is known color: Strikemaster. HEX triplet: A1, 6A and 7F. RGB value is (161,106,127). Sum of RGB (Red+Green+Blue) = 161+106+127=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A7F is #5E9580. Grayscale: #7C7C7C. Windows color (decimal): -6198657 or 8350369. OLE color: 8350369.
HSL color Cylindrical-coordinate representation of color #A16A7F: hue angle of 337.09º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A7F is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 127 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.37 |
| HSL | 337.09º | 0.23% | 0.52% | - |
| HSV(B) | 337.09º | 0.34% | 0.63% | - |
| XYZ | 23.68 | 19.42 | 22.58 | - |
| YUV | 124.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 127 | 0 | 0.34 | 0.21 | 0.37 | 337.09 | 0.23 | 0.52 |
| Hex | A1 | 6A | 7F | 0 | 22 | 15 | 25 | 151 | 17 | 34 |
| Octal | 241 | 152 | 177 | 0 | 42 | 25 | 45 | 521 | 27 | 64 |
| Binary | 10100001 | 1101010 | 1111111 | 0 | 100010 | 10101 | 100101 | 101010001 | 10111 | 110100 |
Color Harmonies of #A16A7F
Complementary color
Monochromatic Colors of #A16A7F
Black with #A16A7F
Text Example
Text Example
White with #A16A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A7F; }
p { color: rgb(161,106,127); }
H1.HeaderClassName
{
color: #A16A7F;
}
.AnyTagClassName
{
color: #A16A7F;
}
</style>
background-color css
<style>
a { background-color: #A16A7F; }
a { background-color: rgb(161,106,127); }
div.DivClassName
{
background-color: #A16A7F;
}
.BgClassName
{
background-color: #A16A7F;
}
</style>
border-color css
<style>
span { border-color: #A16A7F; }
span { border-color: rgb(161,106,127); }
td.TdClassName
{
border-color: #A16A7F;
}
.TagClassName
{
border-color: #A16A7F;
}
</style>