Shades of Blush #AB586E
Tints of Blush #AB586E
RGB
CMYK
RGB Variations
Color information
#AB586E (or 0xAB586E) is known color: Blush. HEX triplet: AB, 58 and 6E. RGB value is (171,88,110). Sum of RGB (Red+Green+Blue) = 171+88+110=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB586E is #54A791. Grayscale: #737373. Windows color (decimal): -5547922 or 7231659. OLE color: 7231659.
HSL color Cylindrical-coordinate representation of color #AB586E: hue angle of 344.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB586E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 110 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.33 |
| HSL | 344.1º | 0.33% | 0.51% | - |
| HSV(B) | 344.1º | 0.49% | 0.67% | - |
| XYZ | 23.1 | 16.76 | 16.77 | - |
| YUV | 115.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 110 | 0 | 0.49 | 0.36 | 0.33 | 344.1 | 0.33 | 0.51 |
| Hex | AB | 58 | 6E | 0 | 31 | 24 | 21 | 158 | 21 | 33 |
| Octal | 253 | 130 | 156 | 0 | 61 | 44 | 41 | 530 | 41 | 63 |
| Binary | 10101011 | 1011000 | 1101110 | 0 | 110001 | 100100 | 100001 | 101011000 | 100001 | 110011 |
Color Harmonies of #AB586E
Complementary color
Monochromatic Colors of #AB586E
Black with #AB586E
Text Example
Text Example
White with #AB586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB586E; }
p { color: rgb(171,88,110); }
H1.HeaderClassName
{
color: #AB586E;
}
.AnyTagClassName
{
color: #AB586E;
}
</style>
background-color css
<style>
a { background-color: #AB586E; }
a { background-color: rgb(171,88,110); }
div.DivClassName
{
background-color: #AB586E;
}
.BgClassName
{
background-color: #AB586E;
}
</style>
border-color css
<style>
span { border-color: #AB586E; }
span { border-color: rgb(171,88,110); }
td.TdClassName
{
border-color: #AB586E;
}
.TagClassName
{
border-color: #AB586E;
}
</style>