Shades of Strikemaster #A07385
Tints of Strikemaster #A07385
RGB
CMYK
RGB Variations
Color information
#A07385 (or 0xA07385) is known color: Strikemaster. HEX triplet: A0, 73 and 85. RGB value is (160,115,133). Sum of RGB (Red+Green+Blue) = 160+115+133=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A07385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07385 is #5F8C7A. Grayscale: #828282. Windows color (decimal): -6261883 or 8745888. OLE color: 8745888.
HSL color Cylindrical-coordinate representation of color #A07385: hue angle of 336º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07385 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 133 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.37 |
| HSL | 336º | 0.19% | 0.54% | - |
| HSV(B) | 336º | 0.28% | 0.63% | - |
| XYZ | 24.86 | 21.43 | 25.02 | - |
| YUV | 130.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 133 | 0 | 0.28 | 0.17 | 0.37 | 336 | 0.19 | 0.54 |
| Hex | A0 | 73 | 85 | 0 | 1C | 11 | 25 | 150 | 13 | 36 |
| Octal | 240 | 163 | 205 | 0 | 34 | 21 | 45 | 520 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10000101 | 0 | 11100 | 10001 | 100101 | 101010000 | 10011 | 110110 |
Color Harmonies of #A07385
Complementary color
Monochromatic Colors of #A07385
Black with #A07385
Text Example
Text Example
White with #A07385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07385; }
p { color: rgb(160,115,133); }
H1.HeaderClassName
{
color: #A07385;
}
.AnyTagClassName
{
color: #A07385;
}
</style>
background-color css
<style>
a { background-color: #A07385; }
a { background-color: rgb(160,115,133); }
div.DivClassName
{
background-color: #A07385;
}
.BgClassName
{
background-color: #A07385;
}
</style>
border-color css
<style>
span { border-color: #A07385; }
span { border-color: rgb(160,115,133); }
td.TdClassName
{
border-color: #A07385;
}
.TagClassName
{
border-color: #A07385;
}
</style>