Shades of Blush #AB586C
Tints of Blush #AB586C
RGB
CMYK
RGB Variations
Color information
#AB586C (or 0xAB586C) is known color: Blush. HEX triplet: AB, 58 and 6C. RGB value is (171,88,108). Sum of RGB (Red+Green+Blue) = 171+88+108=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB586C is #54A793. Grayscale: #737373. Windows color (decimal): -5547924 or 7100587. OLE color: 7100587.
HSL color Cylindrical-coordinate representation of color #AB586C: hue angle of 345.54º 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 #AB586C is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 108 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.33 |
| HSL | 345.54º | 0.33% | 0.51% | - |
| HSV(B) | 345.54º | 0.49% | 0.67% | - |
| XYZ | 22.99 | 16.72 | 16.2 | - |
| YUV | 115.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 108 | 0 | 0.49 | 0.37 | 0.33 | 345.54 | 0.33 | 0.51 |
| Hex | AB | 58 | 6C | 0 | 31 | 25 | 21 | 15A | 21 | 33 |
| Octal | 253 | 130 | 154 | 0 | 61 | 45 | 41 | 532 | 41 | 63 |
| Binary | 10101011 | 1011000 | 1101100 | 0 | 110001 | 100101 | 100001 | 101011010 | 100001 | 110011 |
Color Harmonies of #AB586C
Complementary color
Monochromatic Colors of #AB586C
Black with #AB586C
Text Example
Text Example
White with #AB586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB586C; }
p { color: rgb(171,88,108); }
H1.HeaderClassName
{
color: #AB586C;
}
.AnyTagClassName
{
color: #AB586C;
}
</style>
background-color css
<style>
a { background-color: #AB586C; }
a { background-color: rgb(171,88,108); }
div.DivClassName
{
background-color: #AB586C;
}
.BgClassName
{
background-color: #AB586C;
}
</style>
border-color css
<style>
span { border-color: #AB586C; }
span { border-color: rgb(171,88,108); }
td.TdClassName
{
border-color: #AB586C;
}
.TagClassName
{
border-color: #AB586C;
}
</style>