Shades of Strikemaster #A45E7A
Tints of Strikemaster #A45E7A
RGB
CMYK
RGB Variations
Color information
#A45E7A (or 0xA45E7A) is known color: Strikemaster. HEX triplet: A4, 5E and 7A. RGB value is (164,94,122). Sum of RGB (Red+Green+Blue) = 164+94+122=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E7A is #5BA185. Grayscale: #767676. Windows color (decimal): -6005126 or 8019620. OLE color: 8019620.
HSL color Cylindrical-coordinate representation of color #A45E7A: hue angle of 336º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E7A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 122 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.36 |
| HSL | 336º | 0.28% | 0.51% | - |
| HSV(B) | 336º | 0.43% | 0.64% | - |
| XYZ | 22.83 | 17.3 | 20.55 | - |
| YUV | 118.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 122 | 0 | 0.43 | 0.26 | 0.36 | 336 | 0.28 | 0.51 |
| Hex | A4 | 5E | 7A | 0 | 2B | 1A | 24 | 150 | 1C | 33 |
| Octal | 244 | 136 | 172 | 0 | 53 | 32 | 44 | 520 | 34 | 63 |
| Binary | 10100100 | 1011110 | 1111010 | 0 | 101011 | 11010 | 100100 | 101010000 | 11100 | 110011 |
Color Harmonies of #A45E7A
Complementary color
Monochromatic Colors of #A45E7A
Black with #A45E7A
Text Example
Text Example
White with #A45E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E7A; }
p { color: rgb(164,94,122); }
H1.HeaderClassName
{
color: #A45E7A;
}
.AnyTagClassName
{
color: #A45E7A;
}
</style>
background-color css
<style>
a { background-color: #A45E7A; }
a { background-color: rgb(164,94,122); }
div.DivClassName
{
background-color: #A45E7A;
}
.BgClassName
{
background-color: #A45E7A;
}
</style>
border-color css
<style>
span { border-color: #A45E7A; }
span { border-color: rgb(164,94,122); }
td.TdClassName
{
border-color: #A45E7A;
}
.TagClassName
{
border-color: #A45E7A;
}
</style>