Shades of Strikemaster #A16A8B
Tints of Strikemaster #A16A8B
RGB
CMYK
RGB Variations
Color information
#A16A8B (or 0xA16A8B) is known color: Strikemaster. HEX triplet: A1, 6A and 8B. RGB value is (161,106,139). Sum of RGB (Red+Green+Blue) = 161+106+139=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A8B is #5E9574. Grayscale: #7E7E7E. Windows color (decimal): -6198645 or 9136801. OLE color: 9136801.
HSL color Cylindrical-coordinate representation of color #A16A8B: hue angle of 324º 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 #A16A8B is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 139 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.37 |
| HSL | 324º | 0.23% | 0.52% | - |
| HSV(B) | 324º | 0.34% | 0.63% | - |
| XYZ | 24.51 | 19.75 | 26.95 | - |
| YUV | 126.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 139 | 0 | 0.34 | 0.14 | 0.37 | 324 | 0.23 | 0.52 |
| Hex | A1 | 6A | 8B | 0 | 22 | E | 25 | 144 | 17 | 34 |
| Octal | 241 | 152 | 213 | 0 | 42 | 16 | 45 | 504 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10001011 | 0 | 100010 | 1110 | 100101 | 101000100 | 10111 | 110100 |
Color Harmonies of #A16A8B
Complementary color
Monochromatic Colors of #A16A8B
Black with #A16A8B
Text Example
Text Example
White with #A16A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A8B; }
p { color: rgb(161,106,139); }
H1.HeaderClassName
{
color: #A16A8B;
}
.AnyTagClassName
{
color: #A16A8B;
}
</style>
background-color css
<style>
a { background-color: #A16A8B; }
a { background-color: rgb(161,106,139); }
div.DivClassName
{
background-color: #A16A8B;
}
.BgClassName
{
background-color: #A16A8B;
}
</style>
border-color css
<style>
span { border-color: #A16A8B; }
span { border-color: rgb(161,106,139); }
td.TdClassName
{
border-color: #A16A8B;
}
.TagClassName
{
border-color: #A16A8B;
}
</style>