Shades of Blush #A6546C
Tints of Blush #A6546C
RGB
CMYK
RGB Variations
Color information
#A6546C (or 0xA6546C) is known color: Blush. HEX triplet: A6, 54 and 6C. RGB value is (166,84,108). Sum of RGB (Red+Green+Blue) = 166+84+108=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6546C is #59AB93. Grayscale: #6F6F6F. Windows color (decimal): -5876628 or 7099558. OLE color: 7099558.
HSL color Cylindrical-coordinate representation of color #A6546C: hue angle of 342.44º degrees, saturation: 0.33, 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 #A6546C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 108 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.35 |
| HSL | 342.44º | 0.33% | 0.49% | - |
| HSV(B) | 342.44º | 0.49% | 0.65% | - |
| XYZ | 21.6 | 15.53 | 16.05 | - |
| YUV | 111.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 108 | 0 | 0.49 | 0.35 | 0.35 | 342.44 | 0.33 | 0.49 |
| Hex | A6 | 54 | 6C | 0 | 31 | 23 | 23 | 156 | 21 | 31 |
| Octal | 246 | 124 | 154 | 0 | 61 | 43 | 43 | 526 | 41 | 61 |
| Binary | 10100110 | 1010100 | 1101100 | 0 | 110001 | 100011 | 100011 | 101010110 | 100001 | 110001 |
Color Harmonies of #A6546C
Complementary color
Monochromatic Colors of #A6546C
Black with #A6546C
Text Example
Text Example
White with #A6546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6546C; }
p { color: rgb(166,84,108); }
H1.HeaderClassName
{
color: #A6546C;
}
.AnyTagClassName
{
color: #A6546C;
}
</style>
background-color css
<style>
a { background-color: #A6546C; }
a { background-color: rgb(166,84,108); }
div.DivClassName
{
background-color: #A6546C;
}
.BgClassName
{
background-color: #A6546C;
}
</style>
border-color css
<style>
span { border-color: #A6546C; }
span { border-color: rgb(166,84,108); }
td.TdClassName
{
border-color: #A6546C;
}
.TagClassName
{
border-color: #A6546C;
}
</style>