Shades of Strikemaster #A1597D
Tints of Strikemaster #A1597D
RGB
CMYK
RGB Variations
Color information
#A1597D (or 0xA1597D) is known color: Strikemaster. HEX triplet: A1, 59 and 7D. RGB value is (161,89,125). Sum of RGB (Red+Green+Blue) = 161+89+125=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1597D is #5EA682. Grayscale: #727272. Windows color (decimal): -6203011 or 8214945. OLE color: 8214945.
HSL color Cylindrical-coordinate representation of color #A1597D: hue angle of 330º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1597D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 125 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.37 |
| HSL | 330º | 0.29% | 0.49% | - |
| HSV(B) | 330º | 0.45% | 0.63% | - |
| XYZ | 21.97 | 16.2 | 21.37 | - |
| YUV | 114.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 125 | 0 | 0.45 | 0.22 | 0.37 | 330 | 0.29 | 0.49 |
| Hex | A1 | 59 | 7D | 0 | 2D | 16 | 25 | 14A | 1D | 31 |
| Octal | 241 | 131 | 175 | 0 | 55 | 26 | 45 | 512 | 35 | 61 |
| Binary | 10100001 | 1011001 | 1111101 | 0 | 101101 | 10110 | 100101 | 101001010 | 11101 | 110001 |
Color Harmonies of #A1597D
Complementary color
Monochromatic Colors of #A1597D
Black with #A1597D
Text Example
Text Example
White with #A1597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1597D; }
p { color: rgb(161,89,125); }
H1.HeaderClassName
{
color: #A1597D;
}
.AnyTagClassName
{
color: #A1597D;
}
</style>
background-color css
<style>
a { background-color: #A1597D; }
a { background-color: rgb(161,89,125); }
div.DivClassName
{
background-color: #A1597D;
}
.BgClassName
{
background-color: #A1597D;
}
</style>
border-color css
<style>
span { border-color: #A1597D; }
span { border-color: rgb(161,89,125); }
td.TdClassName
{
border-color: #A1597D;
}
.TagClassName
{
border-color: #A1597D;
}
</style>