Shades of Strikemaster #A66383
Tints of Strikemaster #A66383
RGB
CMYK
RGB Variations
Color information
#A66383 (or 0xA66383) is known color: Strikemaster. HEX triplet: A6, 63 and 83. RGB value is (166,99,131). Sum of RGB (Red+Green+Blue) = 166+99+131=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A66383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66383 is #599C7C. Grayscale: #7A7A7A. Windows color (decimal): -5872765 or 8610726. OLE color: 8610726.
HSL color Cylindrical-coordinate representation of color #A66383: hue angle of 331.34º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66383 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 131 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.35 |
| HSL | 331.34º | 0.27% | 0.52% | - |
| HSV(B) | 331.34º | 0.4% | 0.65% | - |
| XYZ | 24.28 | 18.67 | 23.8 | - |
| YUV | 122.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 131 | 0 | 0.40 | 0.21 | 0.35 | 331.34 | 0.27 | 0.52 |
| Hex | A6 | 63 | 83 | 0 | 28 | 15 | 23 | 14B | 1B | 34 |
| Octal | 246 | 143 | 203 | 0 | 50 | 25 | 43 | 513 | 33 | 64 |
| Binary | 10100110 | 1100011 | 10000011 | 0 | 101000 | 10101 | 100011 | 101001011 | 11011 | 110100 |
Color Harmonies of #A66383
Complementary color
Monochromatic Colors of #A66383
Black with #A66383
Text Example
Text Example
White with #A66383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66383; }
p { color: rgb(166,99,131); }
H1.HeaderClassName
{
color: #A66383;
}
.AnyTagClassName
{
color: #A66383;
}
</style>
background-color css
<style>
a { background-color: #A66383; }
a { background-color: rgb(166,99,131); }
div.DivClassName
{
background-color: #A66383;
}
.BgClassName
{
background-color: #A66383;
}
</style>
border-color css
<style>
span { border-color: #A66383; }
span { border-color: rgb(166,99,131); }
td.TdClassName
{
border-color: #A66383;
}
.TagClassName
{
border-color: #A66383;
}
</style>