Shades of Strikemaster #A46B85
Tints of Strikemaster #A46B85
RGB
CMYK
RGB Variations
Color information
#A46B85 (or 0xA46B85) is known color: Strikemaster. HEX triplet: A4, 6B and 85. RGB value is (164,107,133). Sum of RGB (Red+Green+Blue) = 164+107+133=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B85 is #5B947A. Grayscale: #7E7E7E. Windows color (decimal): -6001787 or 8743844. OLE color: 8743844.
HSL color Cylindrical-coordinate representation of color #A46B85: hue angle of 332.63º 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 #A46B85 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 133 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.36 |
| HSL | 332.63º | 0.24% | 0.53% | - |
| HSV(B) | 332.63º | 0.35% | 0.64% | - |
| XYZ | 24.8 | 20.1 | 24.76 | - |
| YUV | 127.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 133 | 0 | 0.35 | 0.19 | 0.36 | 332.63 | 0.24 | 0.53 |
| Hex | A4 | 6B | 85 | 0 | 23 | 13 | 24 | 14D | 18 | 35 |
| Octal | 244 | 153 | 205 | 0 | 43 | 23 | 44 | 515 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10000101 | 0 | 100011 | 10011 | 100100 | 101001101 | 11000 | 110101 |
Color Harmonies of #A46B85
Complementary color
Monochromatic Colors of #A46B85
Black with #A46B85
Text Example
Text Example
White with #A46B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B85; }
p { color: rgb(164,107,133); }
H1.HeaderClassName
{
color: #A46B85;
}
.AnyTagClassName
{
color: #A46B85;
}
</style>
background-color css
<style>
a { background-color: #A46B85; }
a { background-color: rgb(164,107,133); }
div.DivClassName
{
background-color: #A46B85;
}
.BgClassName
{
background-color: #A46B85;
}
</style>
border-color css
<style>
span { border-color: #A46B85; }
span { border-color: rgb(164,107,133); }
td.TdClassName
{
border-color: #A46B85;
}
.TagClassName
{
border-color: #A46B85;
}
</style>