Shades of Strikemaster #A06B7F
Tints of Strikemaster #A06B7F
RGB
CMYK
RGB Variations
Color information
#A06B7F (or 0xA06B7F) is known color: Strikemaster. HEX triplet: A0, 6B and 7F. RGB value is (160,107,127). Sum of RGB (Red+Green+Blue) = 160+107+127=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B7F is #5F9480. Grayscale: #7D7D7D. Windows color (decimal): -6263937 or 8350624. OLE color: 8350624.
HSL color Cylindrical-coordinate representation of color #A06B7F: hue angle of 337.36º 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 #A06B7F is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 127 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.37 |
| HSL | 337.36º | 0.22% | 0.52% | - |
| HSV(B) | 337.36º | 0.33% | 0.63% | - |
| XYZ | 23.59 | 19.52 | 22.6 | - |
| YUV | 125.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 127 | 0 | 0.33 | 0.21 | 0.37 | 337.36 | 0.22 | 0.52 |
| Hex | A0 | 6B | 7F | 0 | 21 | 15 | 25 | 151 | 16 | 34 |
| Octal | 240 | 153 | 177 | 0 | 41 | 25 | 45 | 521 | 26 | 64 |
| Binary | 10100000 | 1101011 | 1111111 | 0 | 100001 | 10101 | 100101 | 101010001 | 10110 | 110100 |
Color Harmonies of #A06B7F
Complementary color
Monochromatic Colors of #A06B7F
Black with #A06B7F
Text Example
Text Example
White with #A06B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B7F; }
p { color: rgb(160,107,127); }
H1.HeaderClassName
{
color: #A06B7F;
}
.AnyTagClassName
{
color: #A06B7F;
}
</style>
background-color css
<style>
a { background-color: #A06B7F; }
a { background-color: rgb(160,107,127); }
div.DivClassName
{
background-color: #A06B7F;
}
.BgClassName
{
background-color: #A06B7F;
}
</style>
border-color css
<style>
span { border-color: #A06B7F; }
span { border-color: rgb(160,107,127); }
td.TdClassName
{
border-color: #A06B7F;
}
.TagClassName
{
border-color: #A06B7F;
}
</style>