Shades of Strikemaster #A86084
Tints of Strikemaster #A86084
RGB
CMYK
RGB Variations
Color information
#A86084 (or 0xA86084) is known color: Strikemaster. HEX triplet: A8, 60 and 84. RGB value is (168,96,132). Sum of RGB (Red+Green+Blue) = 168+96+132=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A86084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86084 is #579F7B. Grayscale: #797979. Windows color (decimal): -5742460 or 8675496. OLE color: 8675496.
HSL color Cylindrical-coordinate representation of color #A86084: hue angle of 330º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A86084 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 132 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.34 |
| HSL | 330º | 0.29% | 0.52% | - |
| HSV(B) | 330º | 0.43% | 0.66% | - |
| XYZ | 24.5 | 18.36 | 24.08 | - |
| YUV | 121.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 132 | 0 | 0.43 | 0.21 | 0.34 | 330 | 0.29 | 0.52 |
| Hex | A8 | 60 | 84 | 0 | 2B | 15 | 22 | 14A | 1D | 34 |
| Octal | 250 | 140 | 204 | 0 | 53 | 25 | 42 | 512 | 35 | 64 |
| Binary | 10101000 | 1100000 | 10000100 | 0 | 101011 | 10101 | 100010 | 101001010 | 11101 | 110100 |
Color Harmonies of #A86084
Complementary color
Monochromatic Colors of #A86084
Black with #A86084
Text Example
Text Example
White with #A86084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86084; }
p { color: rgb(168,96,132); }
H1.HeaderClassName
{
color: #A86084;
}
.AnyTagClassName
{
color: #A86084;
}
</style>
background-color css
<style>
a { background-color: #A86084; }
a { background-color: rgb(168,96,132); }
div.DivClassName
{
background-color: #A86084;
}
.BgClassName
{
background-color: #A86084;
}
</style>
border-color css
<style>
span { border-color: #A86084; }
span { border-color: rgb(168,96,132); }
td.TdClassName
{
border-color: #A86084;
}
.TagClassName
{
border-color: #A86084;
}
</style>