Shades of Strikemaster #A1658A
Tints of Strikemaster #A1658A
RGB
CMYK
RGB Variations
Color information
#A1658A (or 0xA1658A) is known color: Strikemaster. HEX triplet: A1, 65 and 8A. RGB value is (161,101,138). Sum of RGB (Red+Green+Blue) = 161+101+138=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1658A is #5E9A75. Grayscale: #7B7B7B. Windows color (decimal): -6199926 or 9069985. OLE color: 9069985.
HSL color Cylindrical-coordinate representation of color #A1658A: hue angle of 323º 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 #A1658A is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 138 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.37 |
| HSL | 323º | 0.24% | 0.51% | - |
| HSV(B) | 323º | 0.37% | 0.63% | - |
| XYZ | 23.94 | 18.72 | 26.4 | - |
| YUV | 123.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 138 | 0 | 0.37 | 0.14 | 0.37 | 323 | 0.24 | 0.51 |
| Hex | A1 | 65 | 8A | 0 | 25 | E | 25 | 143 | 18 | 33 |
| Octal | 241 | 145 | 212 | 0 | 45 | 16 | 45 | 503 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10001010 | 0 | 100101 | 1110 | 100101 | 101000011 | 11000 | 110011 |
Color Harmonies of #A1658A
Complementary color
Monochromatic Colors of #A1658A
Black with #A1658A
Text Example
Text Example
White with #A1658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1658A; }
p { color: rgb(161,101,138); }
H1.HeaderClassName
{
color: #A1658A;
}
.AnyTagClassName
{
color: #A1658A;
}
</style>
background-color css
<style>
a { background-color: #A1658A; }
a { background-color: rgb(161,101,138); }
div.DivClassName
{
background-color: #A1658A;
}
.BgClassName
{
background-color: #A1658A;
}
</style>
border-color css
<style>
span { border-color: #A1658A; }
span { border-color: rgb(161,101,138); }
td.TdClassName
{
border-color: #A1658A;
}
.TagClassName
{
border-color: #A1658A;
}
</style>