Shades of Strikemaster #A15B7A
Tints of Strikemaster #A15B7A
RGB
CMYK
RGB Variations
Color information
#A15B7A (or 0xA15B7A) is known color: Strikemaster. HEX triplet: A1, 5B and 7A. RGB value is (161,91,122). Sum of RGB (Red+Green+Blue) = 161+91+122=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B7A is #5EA485. Grayscale: #737373. Windows color (decimal): -6202502 or 8018849. OLE color: 8018849.
HSL color Cylindrical-coordinate representation of color #A15B7A: hue angle of 333.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15B7A is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 91 | 122 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.37 |
| HSL | 333.43º | 0.28% | 0.49% | - |
| HSV(B) | 333.43º | 0.43% | 0.63% | - |
| XYZ | 21.95 | 16.46 | 20.43 | - |
| YUV | 115.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 122 | 0 | 0.43 | 0.24 | 0.37 | 333.43 | 0.28 | 0.49 |
| Hex | A1 | 5B | 7A | 0 | 2B | 18 | 25 | 14D | 1C | 31 |
| Octal | 241 | 133 | 172 | 0 | 53 | 30 | 45 | 515 | 34 | 61 |
| Binary | 10100001 | 1011011 | 1111010 | 0 | 101011 | 11000 | 100101 | 101001101 | 11100 | 110001 |
Color Harmonies of #A15B7A
Complementary color
Monochromatic Colors of #A15B7A
Black with #A15B7A
Text Example
Text Example
White with #A15B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15B7A; }
p { color: rgb(161,91,122); }
H1.HeaderClassName
{
color: #A15B7A;
}
.AnyTagClassName
{
color: #A15B7A;
}
</style>
background-color css
<style>
a { background-color: #A15B7A; }
a { background-color: rgb(161,91,122); }
div.DivClassName
{
background-color: #A15B7A;
}
.BgClassName
{
background-color: #A15B7A;
}
</style>
border-color css
<style>
span { border-color: #A15B7A; }
span { border-color: rgb(161,91,122); }
td.TdClassName
{
border-color: #A15B7A;
}
.TagClassName
{
border-color: #A15B7A;
}
</style>