Shades of Blush #A7516C
Tints of Blush #A7516C
RGB
CMYK
RGB Variations
Color information
#A7516C (or 0xA7516C) is known color: Blush. HEX triplet: A7, 51 and 6C. RGB value is (167,81,108). Sum of RGB (Red+Green+Blue) = 167+81+108=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7516C is #58AE93. Grayscale: #6D6D6D. Windows color (decimal): -5811860 or 7098791. OLE color: 7098791.
HSL color Cylindrical-coordinate representation of color #A7516C: hue angle of 341.16º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7516C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 108 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.35 |
| HSL | 341.16º | 0.35% | 0.49% | - |
| HSV(B) | 341.16º | 0.51% | 0.65% | - |
| XYZ | 21.59 | 15.18 | 15.98 | - |
| YUV | 109.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 108 | 0 | 0.51 | 0.35 | 0.35 | 341.16 | 0.35 | 0.49 |
| Hex | A7 | 51 | 6C | 0 | 33 | 23 | 23 | 155 | 23 | 31 |
| Octal | 247 | 121 | 154 | 0 | 63 | 43 | 43 | 525 | 43 | 61 |
| Binary | 10100111 | 1010001 | 1101100 | 0 | 110011 | 100011 | 100011 | 101010101 | 100011 | 110001 |
Color Harmonies of #A7516C
Complementary color
Monochromatic Colors of #A7516C
Black with #A7516C
Text Example
Text Example
White with #A7516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7516C; }
p { color: rgb(167,81,108); }
H1.HeaderClassName
{
color: #A7516C;
}
.AnyTagClassName
{
color: #A7516C;
}
</style>
background-color css
<style>
a { background-color: #A7516C; }
a { background-color: rgb(167,81,108); }
div.DivClassName
{
background-color: #A7516C;
}
.BgClassName
{
background-color: #A7516C;
}
</style>
border-color css
<style>
span { border-color: #A7516C; }
span { border-color: rgb(167,81,108); }
td.TdClassName
{
border-color: #A7516C;
}
.TagClassName
{
border-color: #A7516C;
}
</style>