Shades of Strikemaster #A46081
Tints of Strikemaster #A46081
RGB
CMYK
RGB Variations
Color information
#A46081 (or 0xA46081) is known color: Strikemaster. HEX triplet: A4, 60 and 81. RGB value is (164,96,129). Sum of RGB (Red+Green+Blue) = 164+96+129=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A46081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46081 is #5B9F7E. Grayscale: #787878. Windows color (decimal): -6004607 or 8478884. OLE color: 8478884.
HSL color Cylindrical-coordinate representation of color #A46081: hue angle of 330.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46081 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 129 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.36 |
| HSL | 330.88º | 0.27% | 0.51% | - |
| HSV(B) | 330.88º | 0.41% | 0.64% | - |
| XYZ | 23.46 | 17.84 | 22.98 | - |
| YUV | 120.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 129 | 0 | 0.41 | 0.21 | 0.36 | 330.88 | 0.27 | 0.51 |
| Hex | A4 | 60 | 81 | 0 | 29 | 15 | 24 | 14B | 1B | 33 |
| Octal | 244 | 140 | 201 | 0 | 51 | 25 | 44 | 513 | 33 | 63 |
| Binary | 10100100 | 1100000 | 10000001 | 0 | 101001 | 10101 | 100100 | 101001011 | 11011 | 110011 |
Color Harmonies of #A46081
Complementary color
Monochromatic Colors of #A46081
Black with #A46081
Text Example
Text Example
White with #A46081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46081; }
p { color: rgb(164,96,129); }
H1.HeaderClassName
{
color: #A46081;
}
.AnyTagClassName
{
color: #A46081;
}
</style>
background-color css
<style>
a { background-color: #A46081; }
a { background-color: rgb(164,96,129); }
div.DivClassName
{
background-color: #A46081;
}
.BgClassName
{
background-color: #A46081;
}
</style>
border-color css
<style>
span { border-color: #A46081; }
span { border-color: rgb(164,96,129); }
td.TdClassName
{
border-color: #A46081;
}
.TagClassName
{
border-color: #A46081;
}
</style>