Shades of Blush #A6596E
Tints of Blush #A6596E
RGB
CMYK
RGB Variations
Color information
#A6596E (or 0xA6596E) is known color: Blush. HEX triplet: A6, 59 and 6E. RGB value is (166,89,110). Sum of RGB (Red+Green+Blue) = 166+89+110=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6596E is #59A691. Grayscale: #727272. Windows color (decimal): -5875346 or 7231910. OLE color: 7231910.
HSL color Cylindrical-coordinate representation of color #A6596E: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6596E is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 110 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.35 |
| HSL | 343.64º | 0.3% | 0.5% | - |
| HSV(B) | 343.64º | 0.46% | 0.65% | - |
| XYZ | 22.11 | 16.38 | 16.75 | - |
| YUV | 114.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 110 | 0 | 0.46 | 0.34 | 0.35 | 343.64 | 0.3 | 0.5 |
| Hex | A6 | 59 | 6E | 0 | 2E | 22 | 23 | 158 | 1E | 32 |
| Octal | 246 | 131 | 156 | 0 | 56 | 42 | 43 | 530 | 36 | 62 |
| Binary | 10100110 | 1011001 | 1101110 | 0 | 101110 | 100010 | 100011 | 101011000 | 11110 | 110010 |
Color Harmonies of #A6596E
Complementary color
Monochromatic Colors of #A6596E
Black with #A6596E
Text Example
Text Example
White with #A6596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6596E; }
p { color: rgb(166,89,110); }
H1.HeaderClassName
{
color: #A6596E;
}
.AnyTagClassName
{
color: #A6596E;
}
</style>
background-color css
<style>
a { background-color: #A6596E; }
a { background-color: rgb(166,89,110); }
div.DivClassName
{
background-color: #A6596E;
}
.BgClassName
{
background-color: #A6596E;
}
</style>
border-color css
<style>
span { border-color: #A6596E; }
span { border-color: rgb(166,89,110); }
td.TdClassName
{
border-color: #A6596E;
}
.TagClassName
{
border-color: #A6596E;
}
</style>