Shades of Strikemaster #A46782
Tints of Strikemaster #A46782
RGB
CMYK
RGB Variations
Color information
#A46782 (or 0xA46782) is known color: Strikemaster. HEX triplet: A4, 67 and 82. RGB value is (164,103,130). Sum of RGB (Red+Green+Blue) = 164+103+130=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A46782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46782 is #5B987D. Grayscale: #7C7C7C. Windows color (decimal): -6002814 or 8546212. OLE color: 8546212.
HSL color Cylindrical-coordinate representation of color #A46782: hue angle of 333.44º 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 #A46782 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 130 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.36 |
| HSL | 333.44º | 0.25% | 0.52% | - |
| HSV(B) | 333.44º | 0.37% | 0.64% | - |
| XYZ | 24.19 | 19.2 | 23.55 | - |
| YUV | 124.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 130 | 0 | 0.37 | 0.21 | 0.36 | 333.44 | 0.25 | 0.52 |
| Hex | A4 | 67 | 82 | 0 | 25 | 15 | 24 | 14D | 19 | 34 |
| Octal | 244 | 147 | 202 | 0 | 45 | 25 | 44 | 515 | 31 | 64 |
| Binary | 10100100 | 1100111 | 10000010 | 0 | 100101 | 10101 | 100100 | 101001101 | 11001 | 110100 |
Color Harmonies of #A46782
Complementary color
Monochromatic Colors of #A46782
Black with #A46782
Text Example
Text Example
White with #A46782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46782; }
p { color: rgb(164,103,130); }
H1.HeaderClassName
{
color: #A46782;
}
.AnyTagClassName
{
color: #A46782;
}
</style>
background-color css
<style>
a { background-color: #A46782; }
a { background-color: rgb(164,103,130); }
div.DivClassName
{
background-color: #A46782;
}
.BgClassName
{
background-color: #A46782;
}
</style>
border-color css
<style>
span { border-color: #A46782; }
span { border-color: rgb(164,103,130); }
td.TdClassName
{
border-color: #A46782;
}
.TagClassName
{
border-color: #A46782;
}
</style>