Shades of Blush #AB5B70
Tints of Blush #AB5B70
RGB
CMYK
RGB Variations
Color information
#AB5B70 (or 0xAB5B70) is known color: Blush. HEX triplet: AB, 5B and 70. RGB value is (171,91,112). Sum of RGB (Red+Green+Blue) = 171+91+112=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B70 is #54A48F. Grayscale: #757575. Windows color (decimal): -5547152 or 7363499. OLE color: 7363499.
HSL color Cylindrical-coordinate representation of color #AB5B70: hue angle of 344.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B70 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 112 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.33 |
| HSL | 344.25º | 0.32% | 0.51% | - |
| HSV(B) | 344.25º | 0.47% | 0.67% | - |
| XYZ | 23.46 | 17.31 | 17.43 | - |
| YUV | 117.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 112 | 0 | 0.47 | 0.35 | 0.33 | 344.25 | 0.32 | 0.51 |
| Hex | AB | 5B | 70 | 0 | 2F | 23 | 21 | 158 | 20 | 33 |
| Octal | 253 | 133 | 160 | 0 | 57 | 43 | 41 | 530 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1110000 | 0 | 101111 | 100011 | 100001 | 101011000 | 100000 | 110011 |
Color Harmonies of #AB5B70
Complementary color
Monochromatic Colors of #AB5B70
Black with #AB5B70
Text Example
Text Example
White with #AB5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B70; }
p { color: rgb(171,91,112); }
H1.HeaderClassName
{
color: #AB5B70;
}
.AnyTagClassName
{
color: #AB5B70;
}
</style>
background-color css
<style>
a { background-color: #AB5B70; }
a { background-color: rgb(171,91,112); }
div.DivClassName
{
background-color: #AB5B70;
}
.BgClassName
{
background-color: #AB5B70;
}
</style>
border-color css
<style>
span { border-color: #AB5B70; }
span { border-color: rgb(171,91,112); }
td.TdClassName
{
border-color: #AB5B70;
}
.TagClassName
{
border-color: #AB5B70;
}
</style>