Shades of Strikemaster #A46A8B
Tints of Strikemaster #A46A8B
RGB
CMYK
RGB Variations
Color information
#A46A8B (or 0xA46A8B) is known color: Strikemaster. HEX triplet: A4, 6A and 8B. RGB value is (164,106,139). Sum of RGB (Red+Green+Blue) = 164+106+139=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A8B is #5B9574. Grayscale: #7F7F7F. Windows color (decimal): -6002037 or 9136804. OLE color: 9136804.
HSL color Cylindrical-coordinate representation of color #A46A8B: hue angle of 325.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A8B is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 139 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.36 |
| HSL | 325.86º | 0.24% | 0.53% | - |
| HSV(B) | 325.86º | 0.35% | 0.64% | - |
| XYZ | 25.12 | 20.06 | 26.97 | - |
| YUV | 127.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 139 | 0 | 0.35 | 0.15 | 0.36 | 325.86 | 0.24 | 0.53 |
| Hex | A4 | 6A | 8B | 0 | 23 | F | 24 | 146 | 18 | 35 |
| Octal | 244 | 152 | 213 | 0 | 43 | 17 | 44 | 506 | 30 | 65 |
| Binary | 10100100 | 1101010 | 10001011 | 0 | 100011 | 1111 | 100100 | 101000110 | 11000 | 110101 |
Color Harmonies of #A46A8B
Complementary color
Monochromatic Colors of #A46A8B
Black with #A46A8B
Text Example
Text Example
White with #A46A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A8B; }
p { color: rgb(164,106,139); }
H1.HeaderClassName
{
color: #A46A8B;
}
.AnyTagClassName
{
color: #A46A8B;
}
</style>
background-color css
<style>
a { background-color: #A46A8B; }
a { background-color: rgb(164,106,139); }
div.DivClassName
{
background-color: #A46A8B;
}
.BgClassName
{
background-color: #A46A8B;
}
</style>
border-color css
<style>
span { border-color: #A46A8B; }
span { border-color: rgb(164,106,139); }
td.TdClassName
{
border-color: #A46A8B;
}
.TagClassName
{
border-color: #A46A8B;
}
</style>