Shades of Blush #A6516B
Tints of Blush #A6516B
RGB
CMYK
RGB Variations
Color information
#A6516B (or 0xA6516B) is known color: Blush. HEX triplet: A6, 51 and 6B. RGB value is (166,81,107). Sum of RGB (Red+Green+Blue) = 166+81+107=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6516B is #59AE94. Grayscale: #6D6D6D. Windows color (decimal): -5877397 or 7033254. OLE color: 7033254.
HSL color Cylindrical-coordinate representation of color #A6516B: hue angle of 341.65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6516B is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 107 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.35 |
| HSL | 341.65º | 0.34% | 0.48% | - |
| HSV(B) | 341.65º | 0.51% | 0.65% | - |
| XYZ | 21.32 | 15.05 | 15.69 | - |
| YUV | 109.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 107 | 0 | 0.51 | 0.36 | 0.35 | 341.65 | 0.34 | 0.48 |
| Hex | A6 | 51 | 6B | 0 | 33 | 24 | 23 | 156 | 22 | 30 |
| Octal | 246 | 121 | 153 | 0 | 63 | 44 | 43 | 526 | 42 | 60 |
| Binary | 10100110 | 1010001 | 1101011 | 0 | 110011 | 100100 | 100011 | 101010110 | 100010 | 110000 |
Color Harmonies of #A6516B
Complementary color
Monochromatic Colors of #A6516B
Black with #A6516B
Text Example
Text Example
White with #A6516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6516B; }
p { color: rgb(166,81,107); }
H1.HeaderClassName
{
color: #A6516B;
}
.AnyTagClassName
{
color: #A6516B;
}
</style>
background-color css
<style>
a { background-color: #A6516B; }
a { background-color: rgb(166,81,107); }
div.DivClassName
{
background-color: #A6516B;
}
.BgClassName
{
background-color: #A6516B;
}
</style>
border-color css
<style>
span { border-color: #A6516B; }
span { border-color: rgb(166,81,107); }
td.TdClassName
{
border-color: #A6516B;
}
.TagClassName
{
border-color: #A6516B;
}
</style>