Shades of Strikemaster #AD6290
Tints of Strikemaster #AD6290
RGB
CMYK
RGB Variations
Color information
#AD6290 (or 0xAD6290) is known color: Strikemaster. HEX triplet: AD, 62 and 90. RGB value is (173,98,144). Sum of RGB (Red+Green+Blue) = 173+98+144=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6290 is #529D6F. Grayscale: #7D7D7D. Windows color (decimal): -5414256 or 9462445. OLE color: 9462445.
HSL color Cylindrical-coordinate representation of color #AD6290: hue angle of 323.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6290 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 144 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.32 |
| HSL | 323.2º | 0.31% | 0.53% | - |
| HSV(B) | 323.2º | 0.43% | 0.68% | - |
| XYZ | 26.64 | 19.63 | 28.77 | - |
| YUV | 125.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 144 | 0 | 0.43 | 0.17 | 0.32 | 323.2 | 0.31 | 0.53 |
| Hex | AD | 62 | 90 | 0 | 2B | 11 | 20 | 143 | 1F | 35 |
| Octal | 255 | 142 | 220 | 0 | 53 | 21 | 40 | 503 | 37 | 65 |
| Binary | 10101101 | 1100010 | 10010000 | 0 | 101011 | 10001 | 100000 | 101000011 | 11111 | 110101 |
Color Harmonies of #AD6290
Complementary color
Monochromatic Colors of #AD6290
Black with #AD6290
Text Example
Text Example
White with #AD6290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6290; }
p { color: rgb(173,98,144); }
H1.HeaderClassName
{
color: #AD6290;
}
.AnyTagClassName
{
color: #AD6290;
}
</style>
background-color css
<style>
a { background-color: #AD6290; }
a { background-color: rgb(173,98,144); }
div.DivClassName
{
background-color: #AD6290;
}
.BgClassName
{
background-color: #AD6290;
}
</style>
border-color css
<style>
span { border-color: #AD6290; }
span { border-color: rgb(173,98,144); }
td.TdClassName
{
border-color: #AD6290;
}
.TagClassName
{
border-color: #AD6290;
}
</style>