Shades of Strikemaster #A46583
Tints of Strikemaster #A46583
RGB
CMYK
RGB Variations
Color information
#A46583 (or 0xA46583) is known color: Strikemaster. HEX triplet: A4, 65 and 83. RGB value is (164,101,131). Sum of RGB (Red+Green+Blue) = 164+101+131=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46583 is #5B9A7C. Grayscale: #7B7B7B. Windows color (decimal): -6003325 or 8611236. OLE color: 8611236.
HSL color Cylindrical-coordinate representation of color #A46583: hue angle of 331.43º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46583 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 131 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.36 |
| HSL | 331.43º | 0.26% | 0.52% | - |
| HSV(B) | 331.43º | 0.38% | 0.64% | - |
| XYZ | 24.06 | 18.84 | 23.84 | - |
| YUV | 123.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 131 | 0 | 0.38 | 0.20 | 0.36 | 331.43 | 0.26 | 0.52 |
| Hex | A4 | 65 | 83 | 0 | 26 | 14 | 24 | 14B | 1A | 34 |
| Octal | 244 | 145 | 203 | 0 | 46 | 24 | 44 | 513 | 32 | 64 |
| Binary | 10100100 | 1100101 | 10000011 | 0 | 100110 | 10100 | 100100 | 101001011 | 11010 | 110100 |
Color Harmonies of #A46583
Complementary color
Monochromatic Colors of #A46583
Black with #A46583
Text Example
Text Example
White with #A46583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46583; }
p { color: rgb(164,101,131); }
H1.HeaderClassName
{
color: #A46583;
}
.AnyTagClassName
{
color: #A46583;
}
</style>
background-color css
<style>
a { background-color: #A46583; }
a { background-color: rgb(164,101,131); }
div.DivClassName
{
background-color: #A46583;
}
.BgClassName
{
background-color: #A46583;
}
</style>
border-color css
<style>
span { border-color: #A46583; }
span { border-color: rgb(164,101,131); }
td.TdClassName
{
border-color: #A46583;
}
.TagClassName
{
border-color: #A46583;
}
</style>