Shades of Blush #A6556B
Tints of Blush #A6556B
RGB
CMYK
RGB Variations
Color information
#A6556B (or 0xA6556B) is known color: Blush. HEX triplet: A6, 55 and 6B. RGB value is (166,85,107). Sum of RGB (Red+Green+Blue) = 166+85+107=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6556B is #59AA94. Grayscale: #6F6F6F. Windows color (decimal): -5876373 or 7034278. OLE color: 7034278.
HSL color Cylindrical-coordinate representation of color #A6556B: hue angle of 343.7º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6556B is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 107 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.35 |
| HSL | 343.7º | 0.32% | 0.49% | - |
| HSV(B) | 343.7º | 0.49% | 0.65% | - |
| XYZ | 21.63 | 15.67 | 15.79 | - |
| YUV | 111.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 107 | 0 | 0.49 | 0.36 | 0.35 | 343.7 | 0.32 | 0.49 |
| Hex | A6 | 55 | 6B | 0 | 31 | 24 | 23 | 158 | 20 | 31 |
| Octal | 246 | 125 | 153 | 0 | 61 | 44 | 43 | 530 | 40 | 61 |
| Binary | 10100110 | 1010101 | 1101011 | 0 | 110001 | 100100 | 100011 | 101011000 | 100000 | 110001 |
Color Harmonies of #A6556B
Complementary color
Monochromatic Colors of #A6556B
Black with #A6556B
Text Example
Text Example
White with #A6556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6556B; }
p { color: rgb(166,85,107); }
H1.HeaderClassName
{
color: #A6556B;
}
.AnyTagClassName
{
color: #A6556B;
}
</style>
background-color css
<style>
a { background-color: #A6556B; }
a { background-color: rgb(166,85,107); }
div.DivClassName
{
background-color: #A6556B;
}
.BgClassName
{
background-color: #A6556B;
}
</style>
border-color css
<style>
span { border-color: #A6556B; }
span { border-color: rgb(166,85,107); }
td.TdClassName
{
border-color: #A6556B;
}
.TagClassName
{
border-color: #A6556B;
}
</style>