Shades of Blush #A6586E
Tints of Blush #A6586E
RGB
CMYK
RGB Variations
Color information
#A6586E (or 0xA6586E) is known color: Blush. HEX triplet: A6, 58 and 6E. RGB value is (166,88,110). Sum of RGB (Red+Green+Blue) = 166+88+110=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6586E is #59A791. Grayscale: #717171. Windows color (decimal): -5875602 or 7231654. OLE color: 7231654.
HSL color Cylindrical-coordinate representation of color #A6586E: hue angle of 343.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6586E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 110 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.35 |
| HSL | 343.08º | 0.31% | 0.5% | - |
| HSV(B) | 343.08º | 0.47% | 0.65% | - |
| XYZ | 22.03 | 16.21 | 16.72 | - |
| YUV | 113.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 110 | 0 | 0.47 | 0.34 | 0.35 | 343.08 | 0.31 | 0.5 |
| Hex | A6 | 58 | 6E | 0 | 2F | 22 | 23 | 157 | 1F | 32 |
| Octal | 246 | 130 | 156 | 0 | 57 | 42 | 43 | 527 | 37 | 62 |
| Binary | 10100110 | 1011000 | 1101110 | 0 | 101111 | 100010 | 100011 | 101010111 | 11111 | 110010 |
Color Harmonies of #A6586E
Complementary color
Monochromatic Colors of #A6586E
Black with #A6586E
Text Example
Text Example
White with #A6586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6586E; }
p { color: rgb(166,88,110); }
H1.HeaderClassName
{
color: #A6586E;
}
.AnyTagClassName
{
color: #A6586E;
}
</style>
background-color css
<style>
a { background-color: #A6586E; }
a { background-color: rgb(166,88,110); }
div.DivClassName
{
background-color: #A6586E;
}
.BgClassName
{
background-color: #A6586E;
}
</style>
border-color css
<style>
span { border-color: #A6586E; }
span { border-color: rgb(166,88,110); }
td.TdClassName
{
border-color: #A6586E;
}
.TagClassName
{
border-color: #A6586E;
}
</style>