Shades of Strikemaster #A06C7F
Tints of Strikemaster #A06C7F
RGB
CMYK
RGB Variations
Color information
#A06C7F (or 0xA06C7F) is known color: Strikemaster. HEX triplet: A0, 6C and 7F. RGB value is (160,108,127). Sum of RGB (Red+Green+Blue) = 160+108+127=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C7F is #5F9380. Grayscale: #7D7D7D. Windows color (decimal): -6263681 or 8350880. OLE color: 8350880.
HSL color Cylindrical-coordinate representation of color #A06C7F: hue angle of 338.08º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06C7F is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 127 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.37 |
| HSL | 338.08º | 0.21% | 0.53% | - |
| HSV(B) | 338.08º | 0.33% | 0.63% | - |
| XYZ | 23.69 | 19.73 | 22.64 | - |
| YUV | 125.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 127 | 0 | 0.32 | 0.21 | 0.37 | 338.08 | 0.21 | 0.53 |
| Hex | A0 | 6C | 7F | 0 | 20 | 15 | 25 | 152 | 15 | 35 |
| Octal | 240 | 154 | 177 | 0 | 40 | 25 | 45 | 522 | 25 | 65 |
| Binary | 10100000 | 1101100 | 1111111 | 0 | 100000 | 10101 | 100101 | 101010010 | 10101 | 110101 |
Color Harmonies of #A06C7F
Complementary color
Monochromatic Colors of #A06C7F
Black with #A06C7F
Text Example
Text Example
White with #A06C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C7F; }
p { color: rgb(160,108,127); }
H1.HeaderClassName
{
color: #A06C7F;
}
.AnyTagClassName
{
color: #A06C7F;
}
</style>
background-color css
<style>
a { background-color: #A06C7F; }
a { background-color: rgb(160,108,127); }
div.DivClassName
{
background-color: #A06C7F;
}
.BgClassName
{
background-color: #A06C7F;
}
</style>
border-color css
<style>
span { border-color: #A06C7F; }
span { border-color: rgb(160,108,127); }
td.TdClassName
{
border-color: #A06C7F;
}
.TagClassName
{
border-color: #A06C7F;
}
</style>