Shades of Strikemaster #A46784
Tints of Strikemaster #A46784
RGB
CMYK
RGB Variations
Color information
#A46784 (or 0xA46784) is known color: Strikemaster. HEX triplet: A4, 67 and 84. RGB value is (164,103,132). Sum of RGB (Red+Green+Blue) = 164+103+132=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46784 is #5B987B. Grayscale: #7C7C7C. Windows color (decimal): -6002812 or 8677284. OLE color: 8677284.
HSL color Cylindrical-coordinate representation of color #A46784: hue angle of 331.48º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46784 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 132 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.36 |
| HSL | 331.48º | 0.25% | 0.52% | - |
| HSV(B) | 331.48º | 0.37% | 0.64% | - |
| XYZ | 24.32 | 19.26 | 24.27 | - |
| YUV | 124.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 132 | 0 | 0.37 | 0.20 | 0.36 | 331.48 | 0.25 | 0.52 |
| Hex | A4 | 67 | 84 | 0 | 25 | 14 | 24 | 14B | 19 | 34 |
| Octal | 244 | 147 | 204 | 0 | 45 | 24 | 44 | 513 | 31 | 64 |
| Binary | 10100100 | 1100111 | 10000100 | 0 | 100101 | 10100 | 100100 | 101001011 | 11001 | 110100 |
Color Harmonies of #A46784
Complementary color
Monochromatic Colors of #A46784
Black with #A46784
Text Example
Text Example
White with #A46784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46784; }
p { color: rgb(164,103,132); }
H1.HeaderClassName
{
color: #A46784;
}
.AnyTagClassName
{
color: #A46784;
}
</style>
background-color css
<style>
a { background-color: #A46784; }
a { background-color: rgb(164,103,132); }
div.DivClassName
{
background-color: #A46784;
}
.BgClassName
{
background-color: #A46784;
}
</style>
border-color css
<style>
span { border-color: #A46784; }
span { border-color: rgb(164,103,132); }
td.TdClassName
{
border-color: #A46784;
}
.TagClassName
{
border-color: #A46784;
}
</style>