Shades of Strikemaster #A1658D
Tints of Strikemaster #A1658D
RGB
CMYK
RGB Variations
Color information
#A1658D (or 0xA1658D) is known color: Strikemaster. HEX triplet: A1, 65 and 8D. RGB value is (161,101,141). Sum of RGB (Red+Green+Blue) = 161+101+141=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1658D is #5E9A72. Grayscale: #7B7B7B. Windows color (decimal): -6199923 or 9266593. OLE color: 9266593.
HSL color Cylindrical-coordinate representation of color #A1658D: hue angle of 320º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1658D is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 141 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.37 |
| HSL | 320º | 0.24% | 0.51% | - |
| HSV(B) | 320º | 0.37% | 0.63% | - |
| XYZ | 24.16 | 18.81 | 27.56 | - |
| YUV | 123.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 141 | 0 | 0.37 | 0.12 | 0.37 | 320 | 0.24 | 0.51 |
| Hex | A1 | 65 | 8D | 0 | 25 | C | 25 | 140 | 18 | 33 |
| Octal | 241 | 145 | 215 | 0 | 45 | 14 | 45 | 500 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10001101 | 0 | 100101 | 1100 | 100101 | 101000000 | 11000 | 110011 |
Color Harmonies of #A1658D
Complementary color
Monochromatic Colors of #A1658D
Black with #A1658D
Text Example
Text Example
White with #A1658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1658D; }
p { color: rgb(161,101,141); }
H1.HeaderClassName
{
color: #A1658D;
}
.AnyTagClassName
{
color: #A1658D;
}
</style>
background-color css
<style>
a { background-color: #A1658D; }
a { background-color: rgb(161,101,141); }
div.DivClassName
{
background-color: #A1658D;
}
.BgClassName
{
background-color: #A1658D;
}
</style>
border-color css
<style>
span { border-color: #A1658D; }
span { border-color: rgb(161,101,141); }
td.TdClassName
{
border-color: #A1658D;
}
.TagClassName
{
border-color: #A1658D;
}
</style>