Shades of Strikemaster #A15683
Tints of Strikemaster #A15683
RGB
CMYK
RGB Variations
Color information
#A15683 (or 0xA15683) is known color: Strikemaster. HEX triplet: A1, 56 and 83. RGB value is (161,86,131). Sum of RGB (Red+Green+Blue) = 161+86+131=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A15683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15683 is #5EA97C. Grayscale: #717171. Windows color (decimal): -6203773 or 8607393. OLE color: 8607393.
HSL color Cylindrical-coordinate representation of color #A15683: hue angle of 324º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15683 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 131 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.37 |
| HSL | 324º | 0.3% | 0.48% | - |
| HSV(B) | 324º | 0.47% | 0.63% | - |
| XYZ | 22.12 | 15.87 | 23.37 | - |
| YUV | 113.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 131 | 0 | 0.47 | 0.19 | 0.37 | 324 | 0.3 | 0.48 |
| Hex | A1 | 56 | 83 | 0 | 2F | 13 | 25 | 144 | 1E | 30 |
| Octal | 241 | 126 | 203 | 0 | 57 | 23 | 45 | 504 | 36 | 60 |
| Binary | 10100001 | 1010110 | 10000011 | 0 | 101111 | 10011 | 100101 | 101000100 | 11110 | 110000 |
Color Harmonies of #A15683
Complementary color
Monochromatic Colors of #A15683
Black with #A15683
Text Example
Text Example
White with #A15683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15683; }
p { color: rgb(161,86,131); }
H1.HeaderClassName
{
color: #A15683;
}
.AnyTagClassName
{
color: #A15683;
}
</style>
background-color css
<style>
a { background-color: #A15683; }
a { background-color: rgb(161,86,131); }
div.DivClassName
{
background-color: #A15683;
}
.BgClassName
{
background-color: #A15683;
}
</style>
border-color css
<style>
span { border-color: #A15683; }
span { border-color: rgb(161,86,131); }
td.TdClassName
{
border-color: #A15683;
}
.TagClassName
{
border-color: #A15683;
}
</style>