Shades of Blush #AB5D6F
Tints of Blush #AB5D6F
RGB
CMYK
RGB Variations
Color information
#AB5D6F (or 0xAB5D6F) is known color: Blush. HEX triplet: AB, 5D and 6F. RGB value is (171,93,111). Sum of RGB (Red+Green+Blue) = 171+93+111=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D6F is #54A290. Grayscale: #767676. Windows color (decimal): -5546641 or 7298475. OLE color: 7298475.
HSL color Cylindrical-coordinate representation of color #AB5D6F: hue angle of 346.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D6F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 111 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.33 |
| HSL | 346.15º | 0.32% | 0.52% | - |
| HSV(B) | 346.15º | 0.46% | 0.67% | - |
| XYZ | 23.58 | 17.63 | 17.2 | - |
| YUV | 118.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 111 | 0 | 0.46 | 0.35 | 0.33 | 346.15 | 0.32 | 0.52 |
| Hex | AB | 5D | 6F | 0 | 2E | 23 | 21 | 15A | 20 | 34 |
| Octal | 253 | 135 | 157 | 0 | 56 | 43 | 41 | 532 | 40 | 64 |
| Binary | 10101011 | 1011101 | 1101111 | 0 | 101110 | 100011 | 100001 | 101011010 | 100000 | 110100 |
Color Harmonies of #AB5D6F
Complementary color
Monochromatic Colors of #AB5D6F
Black with #AB5D6F
Text Example
Text Example
White with #AB5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D6F; }
p { color: rgb(171,93,111); }
H1.HeaderClassName
{
color: #AB5D6F;
}
.AnyTagClassName
{
color: #AB5D6F;
}
</style>
background-color css
<style>
a { background-color: #AB5D6F; }
a { background-color: rgb(171,93,111); }
div.DivClassName
{
background-color: #AB5D6F;
}
.BgClassName
{
background-color: #AB5D6F;
}
</style>
border-color css
<style>
span { border-color: #AB5D6F; }
span { border-color: rgb(171,93,111); }
td.TdClassName
{
border-color: #AB5D6F;
}
.TagClassName
{
border-color: #AB5D6F;
}
</style>