Shades of Strikemaster #A1688C
Tints of Strikemaster #A1688C
RGB
CMYK
RGB Variations
Color information
#A1688C (or 0xA1688C) is known color: Strikemaster. HEX triplet: A1, 68 and 8C. RGB value is (161,104,140). Sum of RGB (Red+Green+Blue) = 161+104+140=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1688C is #5E9773. Grayscale: #7D7D7D. Windows color (decimal): -6199156 or 9201825. OLE color: 9201825.
HSL color Cylindrical-coordinate representation of color #A1688C: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1688C is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 140 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.37 |
| HSL | 322.11º | 0.23% | 0.52% | - |
| HSV(B) | 322.11º | 0.35% | 0.63% | - |
| XYZ | 24.38 | 19.37 | 27.26 | - |
| YUV | 125.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 140 | 0 | 0.35 | 0.13 | 0.37 | 322.11 | 0.23 | 0.52 |
| Hex | A1 | 68 | 8C | 0 | 23 | D | 25 | 142 | 17 | 34 |
| Octal | 241 | 150 | 214 | 0 | 43 | 15 | 45 | 502 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10001100 | 0 | 100011 | 1101 | 100101 | 101000010 | 10111 | 110100 |
Color Harmonies of #A1688C
Complementary color
Monochromatic Colors of #A1688C
Black with #A1688C
Text Example
Text Example
White with #A1688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1688C; }
p { color: rgb(161,104,140); }
H1.HeaderClassName
{
color: #A1688C;
}
.AnyTagClassName
{
color: #A1688C;
}
</style>
background-color css
<style>
a { background-color: #A1688C; }
a { background-color: rgb(161,104,140); }
div.DivClassName
{
background-color: #A1688C;
}
.BgClassName
{
background-color: #A1688C;
}
</style>
border-color css
<style>
span { border-color: #A1688C; }
span { border-color: rgb(161,104,140); }
td.TdClassName
{
border-color: #A1688C;
}
.TagClassName
{
border-color: #A1688C;
}
</style>