Shades of Strikemaster #A9648A
Tints of Strikemaster #A9648A
RGB
CMYK
RGB Variations
Color information
#A9648A (or 0xA9648A) is known color: Strikemaster. HEX triplet: A9, 64 and 8A. RGB value is (169,100,138). Sum of RGB (Red+Green+Blue) = 169+100+138=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9648A is #569B75. Grayscale: #7C7C7C. Windows color (decimal): -5675894 or 9069737. OLE color: 9069737.
HSL color Cylindrical-coordinate representation of color #A9648A: hue angle of 326.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9648A is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 138 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.34 |
| HSL | 326.96º | 0.29% | 0.53% | - |
| HSV(B) | 326.96º | 0.41% | 0.66% | - |
| XYZ | 25.51 | 19.38 | 26.44 | - |
| YUV | 124.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 138 | 0 | 0.41 | 0.18 | 0.34 | 326.96 | 0.29 | 0.53 |
| Hex | A9 | 64 | 8A | 0 | 29 | 12 | 22 | 147 | 1D | 35 |
| Octal | 251 | 144 | 212 | 0 | 51 | 22 | 42 | 507 | 35 | 65 |
| Binary | 10101001 | 1100100 | 10001010 | 0 | 101001 | 10010 | 100010 | 101000111 | 11101 | 110101 |
Color Harmonies of #A9648A
Complementary color
Monochromatic Colors of #A9648A
Black with #A9648A
Text Example
Text Example
White with #A9648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9648A; }
p { color: rgb(169,100,138); }
H1.HeaderClassName
{
color: #A9648A;
}
.AnyTagClassName
{
color: #A9648A;
}
</style>
background-color css
<style>
a { background-color: #A9648A; }
a { background-color: rgb(169,100,138); }
div.DivClassName
{
background-color: #A9648A;
}
.BgClassName
{
background-color: #A9648A;
}
</style>
border-color css
<style>
span { border-color: #A9648A; }
span { border-color: rgb(169,100,138); }
td.TdClassName
{
border-color: #A9648A;
}
.TagClassName
{
border-color: #A9648A;
}
</style>