Shades of Blush #AB5665
Tints of Blush #AB5665
RGB
CMYK
RGB Variations
Color information
#AB5665 (or 0xAB5665) is known color: Blush. HEX triplet: AB, 56 and 65. RGB value is (171,86,101). Sum of RGB (Red+Green+Blue) = 171+86+101=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5665 is #54A99A. Grayscale: #717171. Windows color (decimal): -5548443 or 6641323. OLE color: 6641323.
HSL color Cylindrical-coordinate representation of color #AB5665: hue angle of 349.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5665 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 101 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.33 |
| HSL | 349.41º | 0.34% | 0.5% | - |
| HSV(B) | 349.41º | 0.5% | 0.67% | - |
| XYZ | 22.47 | 16.25 | 14.26 | - |
| YUV | 113.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 101 | 0 | 0.50 | 0.41 | 0.33 | 349.41 | 0.34 | 0.5 |
| Hex | AB | 56 | 65 | 0 | 32 | 29 | 21 | 15D | 22 | 32 |
| Octal | 253 | 126 | 145 | 0 | 62 | 51 | 41 | 535 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1100101 | 0 | 110010 | 101001 | 100001 | 101011101 | 100010 | 110010 |
Color Harmonies of #AB5665
Complementary color
Monochromatic Colors of #AB5665
Black with #AB5665
Text Example
Text Example
White with #AB5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5665; }
p { color: rgb(171,86,101); }
H1.HeaderClassName
{
color: #AB5665;
}
.AnyTagClassName
{
color: #AB5665;
}
</style>
background-color css
<style>
a { background-color: #AB5665; }
a { background-color: rgb(171,86,101); }
div.DivClassName
{
background-color: #AB5665;
}
.BgClassName
{
background-color: #AB5665;
}
</style>
border-color css
<style>
span { border-color: #AB5665; }
span { border-color: rgb(171,86,101); }
td.TdClassName
{
border-color: #AB5665;
}
.TagClassName
{
border-color: #AB5665;
}
</style>