Shades of Strikemaster #A95D80
Tints of Strikemaster #A95D80
RGB
CMYK
RGB Variations
Color information
#A95D80 (or 0xA95D80) is known color: Strikemaster. HEX triplet: A9, 5D and 80. RGB value is (169,93,128). Sum of RGB (Red+Green+Blue) = 169+93+128=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D80 is #56A27F. Grayscale: #777777. Windows color (decimal): -5677696 or 8412585. OLE color: 8412585.
HSL color Cylindrical-coordinate representation of color #A95D80: hue angle of 332.37º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A95D80 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 93 | 128 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.34 |
| HSL | 332.37º | 0.31% | 0.51% | - |
| HSV(B) | 332.37º | 0.45% | 0.66% | - |
| XYZ | 24.17 | 17.82 | 22.59 | - |
| YUV | 119.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 128 | 0 | 0.45 | 0.24 | 0.34 | 332.37 | 0.31 | 0.51 |
| Hex | A9 | 5D | 80 | 0 | 2D | 18 | 22 | 14C | 1F | 33 |
| Octal | 251 | 135 | 200 | 0 | 55 | 30 | 42 | 514 | 37 | 63 |
| Binary | 10101001 | 1011101 | 10000000 | 0 | 101101 | 11000 | 100010 | 101001100 | 11111 | 110011 |
Color Harmonies of #A95D80
Complementary color
Monochromatic Colors of #A95D80
Black with #A95D80
Text Example
Text Example
White with #A95D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95D80; }
p { color: rgb(169,93,128); }
H1.HeaderClassName
{
color: #A95D80;
}
.AnyTagClassName
{
color: #A95D80;
}
</style>
background-color css
<style>
a { background-color: #A95D80; }
a { background-color: rgb(169,93,128); }
div.DivClassName
{
background-color: #A95D80;
}
.BgClassName
{
background-color: #A95D80;
}
</style>
border-color css
<style>
span { border-color: #A95D80; }
span { border-color: rgb(169,93,128); }
td.TdClassName
{
border-color: #A95D80;
}
.TagClassName
{
border-color: #A95D80;
}
</style>