Shades of Strikemaster #A06A7E
Tints of Strikemaster #A06A7E
RGB
CMYK
RGB Variations
Color information
#A06A7E (or 0xA06A7E) is known color: Strikemaster. HEX triplet: A0, 6A and 7E. RGB value is (160,106,126). Sum of RGB (Red+Green+Blue) = 160+106+126=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06A7E is #5F9581. Grayscale: #7C7C7C. Windows color (decimal): -6264194 or 8284832. OLE color: 8284832.
HSL color Cylindrical-coordinate representation of color #A06A7E: hue angle of 337.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06A7E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 126 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.37 |
| HSL | 337.78º | 0.22% | 0.52% | - |
| HSV(B) | 337.78º | 0.34% | 0.63% | - |
| XYZ | 23.42 | 19.29 | 22.23 | - |
| YUV | 124.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 126 | 0 | 0.34 | 0.21 | 0.37 | 337.78 | 0.22 | 0.52 |
| Hex | A0 | 6A | 7E | 0 | 22 | 15 | 25 | 152 | 16 | 34 |
| Octal | 240 | 152 | 176 | 0 | 42 | 25 | 45 | 522 | 26 | 64 |
| Binary | 10100000 | 1101010 | 1111110 | 0 | 100010 | 10101 | 100101 | 101010010 | 10110 | 110100 |
Color Harmonies of #A06A7E
Complementary color
Monochromatic Colors of #A06A7E
Black with #A06A7E
Text Example
Text Example
White with #A06A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A7E; }
p { color: rgb(160,106,126); }
H1.HeaderClassName
{
color: #A06A7E;
}
.AnyTagClassName
{
color: #A06A7E;
}
</style>
background-color css
<style>
a { background-color: #A06A7E; }
a { background-color: rgb(160,106,126); }
div.DivClassName
{
background-color: #A06A7E;
}
.BgClassName
{
background-color: #A06A7E;
}
</style>
border-color css
<style>
span { border-color: #A06A7E; }
span { border-color: rgb(160,106,126); }
td.TdClassName
{
border-color: #A06A7E;
}
.TagClassName
{
border-color: #A06A7E;
}
</style>