Shades of Strikemaster #A36688
Tints of Strikemaster #A36688
RGB
CMYK
RGB Variations
Color information
#A36688 (or 0xA36688) is known color: Strikemaster. HEX triplet: A3, 66 and 88. RGB value is (163,102,136). Sum of RGB (Red+Green+Blue) = 163+102+136=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A36688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36688 is #5C9977. Grayscale: #7C7C7C. Windows color (decimal): -6068600 or 8939171. OLE color: 8939171.
HSL color Cylindrical-coordinate representation of color #A36688: hue angle of 326.56º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36688 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 136 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.36 |
| HSL | 326.56º | 0.25% | 0.52% | - |
| HSV(B) | 326.56º | 0.37% | 0.64% | - |
| XYZ | 24.3 | 19.07 | 25.69 | - |
| YUV | 124.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 136 | 0 | 0.37 | 0.17 | 0.36 | 326.56 | 0.25 | 0.52 |
| Hex | A3 | 66 | 88 | 0 | 25 | 11 | 24 | 147 | 19 | 34 |
| Octal | 243 | 146 | 210 | 0 | 45 | 21 | 44 | 507 | 31 | 64 |
| Binary | 10100011 | 1100110 | 10001000 | 0 | 100101 | 10001 | 100100 | 101000111 | 11001 | 110100 |
Color Harmonies of #A36688
Complementary color
Monochromatic Colors of #A36688
Black with #A36688
Text Example
Text Example
White with #A36688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36688; }
p { color: rgb(163,102,136); }
H1.HeaderClassName
{
color: #A36688;
}
.AnyTagClassName
{
color: #A36688;
}
</style>
background-color css
<style>
a { background-color: #A36688; }
a { background-color: rgb(163,102,136); }
div.DivClassName
{
background-color: #A36688;
}
.BgClassName
{
background-color: #A36688;
}
</style>
border-color css
<style>
span { border-color: #A36688; }
span { border-color: rgb(163,102,136); }
td.TdClassName
{
border-color: #A36688;
}
.TagClassName
{
border-color: #A36688;
}
</style>