Shades of Strikemaster #AD6092
Tints of Strikemaster #AD6092
RGB
CMYK
RGB Variations
Color information
#AD6092 (or 0xAD6092) is known color: Strikemaster. HEX triplet: AD, 60 and 92. RGB value is (173,96,146). Sum of RGB (Red+Green+Blue) = 173+96+146=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6092 is #529F6D. Grayscale: #7C7C7C. Windows color (decimal): -5414766 or 9593005. OLE color: 9593005.
HSL color Cylindrical-coordinate representation of color #AD6092: hue angle of 321.04º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6092 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 146 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.32 |
| HSL | 321.04º | 0.32% | 0.53% | - |
| HSV(B) | 321.04º | 0.45% | 0.68% | - |
| XYZ | 26.6 | 19.33 | 29.52 | - |
| YUV | 124.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 146 | 0 | 0.45 | 0.16 | 0.32 | 321.04 | 0.32 | 0.53 |
| Hex | AD | 60 | 92 | 0 | 2D | 10 | 20 | 141 | 20 | 35 |
| Octal | 255 | 140 | 222 | 0 | 55 | 20 | 40 | 501 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10010010 | 0 | 101101 | 10000 | 100000 | 101000001 | 100000 | 110101 |
Color Harmonies of #AD6092
Complementary color
Monochromatic Colors of #AD6092
Black with #AD6092
Text Example
Text Example
White with #AD6092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6092; }
p { color: rgb(173,96,146); }
H1.HeaderClassName
{
color: #AD6092;
}
.AnyTagClassName
{
color: #AD6092;
}
</style>
background-color css
<style>
a { background-color: #AD6092; }
a { background-color: rgb(173,96,146); }
div.DivClassName
{
background-color: #AD6092;
}
.BgClassName
{
background-color: #AD6092;
}
</style>
border-color css
<style>
span { border-color: #AD6092; }
span { border-color: rgb(173,96,146); }
td.TdClassName
{
border-color: #AD6092;
}
.TagClassName
{
border-color: #AD6092;
}
</style>