Shades of Strikemaster #A9638A
Tints of Strikemaster #A9638A
RGB
CMYK
RGB Variations
Color information
#A9638A (or 0xA9638A) is known color: Strikemaster. HEX triplet: A9, 63 and 8A. RGB value is (169,99,138). Sum of RGB (Red+Green+Blue) = 169+99+138=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9638A is #569C75. Grayscale: #7C7C7C. Windows color (decimal): -5676150 or 9069481. OLE color: 9069481.
HSL color Cylindrical-coordinate representation of color #A9638A: hue angle of 326.57º 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 #A9638A is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 138 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.34 |
| HSL | 326.57º | 0.29% | 0.53% | - |
| HSV(B) | 326.57º | 0.41% | 0.66% | - |
| XYZ | 25.41 | 19.19 | 26.41 | - |
| YUV | 124.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 138 | 0 | 0.41 | 0.18 | 0.34 | 326.57 | 0.29 | 0.53 |
| Hex | A9 | 63 | 8A | 0 | 29 | 12 | 22 | 147 | 1D | 35 |
| Octal | 251 | 143 | 212 | 0 | 51 | 22 | 42 | 507 | 35 | 65 |
| Binary | 10101001 | 1100011 | 10001010 | 0 | 101001 | 10010 | 100010 | 101000111 | 11101 | 110101 |
Color Harmonies of #A9638A
Complementary color
Monochromatic Colors of #A9638A
Black with #A9638A
Text Example
Text Example
White with #A9638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9638A; }
p { color: rgb(169,99,138); }
H1.HeaderClassName
{
color: #A9638A;
}
.AnyTagClassName
{
color: #A9638A;
}
</style>
background-color css
<style>
a { background-color: #A9638A; }
a { background-color: rgb(169,99,138); }
div.DivClassName
{
background-color: #A9638A;
}
.BgClassName
{
background-color: #A9638A;
}
</style>
border-color css
<style>
span { border-color: #A9638A; }
span { border-color: rgb(169,99,138); }
td.TdClassName
{
border-color: #A9638A;
}
.TagClassName
{
border-color: #A9638A;
}
</style>