Shades of Strikemaster #A06B7E
Tints of Strikemaster #A06B7E
RGB
CMYK
RGB Variations
Color information
#A06B7E (or 0xA06B7E) is known color: Strikemaster. HEX triplet: A0, 6B and 7E. RGB value is (160,107,126). Sum of RGB (Red+Green+Blue) = 160+107+126=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B7E is #5F9481. Grayscale: #7C7C7C. Windows color (decimal): -6263938 or 8285088. OLE color: 8285088.
HSL color Cylindrical-coordinate representation of color #A06B7E: hue angle of 338.49º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B7E is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 126 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.37 |
| HSL | 338.49º | 0.22% | 0.52% | - |
| HSV(B) | 338.49º | 0.33% | 0.63% | - |
| XYZ | 23.52 | 19.5 | 22.26 | - |
| YUV | 125.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 126 | 0 | 0.33 | 0.21 | 0.37 | 338.49 | 0.22 | 0.52 |
| Hex | A0 | 6B | 7E | 0 | 21 | 15 | 25 | 152 | 16 | 34 |
| Octal | 240 | 153 | 176 | 0 | 41 | 25 | 45 | 522 | 26 | 64 |
| Binary | 10100000 | 1101011 | 1111110 | 0 | 100001 | 10101 | 100101 | 101010010 | 10110 | 110100 |
Color Harmonies of #A06B7E
Complementary color
Monochromatic Colors of #A06B7E
Black with #A06B7E
Text Example
Text Example
White with #A06B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B7E; }
p { color: rgb(160,107,126); }
H1.HeaderClassName
{
color: #A06B7E;
}
.AnyTagClassName
{
color: #A06B7E;
}
</style>
background-color css
<style>
a { background-color: #A06B7E; }
a { background-color: rgb(160,107,126); }
div.DivClassName
{
background-color: #A06B7E;
}
.BgClassName
{
background-color: #A06B7E;
}
</style>
border-color css
<style>
span { border-color: #A06B7E; }
span { border-color: rgb(160,107,126); }
td.TdClassName
{
border-color: #A06B7E;
}
.TagClassName
{
border-color: #A06B7E;
}
</style>