Shades of Blush #AB5667
Tints of Blush #AB5667
RGB
CMYK
RGB Variations
Color information
#AB5667 (or 0xAB5667) is known color: Blush. HEX triplet: AB, 56 and 67. RGB value is (171,86,103). Sum of RGB (Red+Green+Blue) = 171+86+103=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5667 is #54A998. Grayscale: #717171. Windows color (decimal): -5548441 or 6772395. OLE color: 6772395.
HSL color Cylindrical-coordinate representation of color #AB5667: hue angle of 348º 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 #AB5667 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 103 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.33 |
| HSL | 348º | 0.34% | 0.5% | - |
| HSV(B) | 348º | 0.5% | 0.67% | - |
| XYZ | 22.57 | 16.29 | 14.79 | - |
| YUV | 113.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 103 | 0 | 0.50 | 0.40 | 0.33 | 348 | 0.34 | 0.5 |
| Hex | AB | 56 | 67 | 0 | 32 | 28 | 21 | 15C | 22 | 32 |
| Octal | 253 | 126 | 147 | 0 | 62 | 50 | 41 | 534 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1100111 | 0 | 110010 | 101000 | 100001 | 101011100 | 100010 | 110010 |
Color Harmonies of #AB5667
Complementary color
Monochromatic Colors of #AB5667
Black with #AB5667
Text Example
Text Example
White with #AB5667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5667; }
p { color: rgb(171,86,103); }
H1.HeaderClassName
{
color: #AB5667;
}
.AnyTagClassName
{
color: #AB5667;
}
</style>
background-color css
<style>
a { background-color: #AB5667; }
a { background-color: rgb(171,86,103); }
div.DivClassName
{
background-color: #AB5667;
}
.BgClassName
{
background-color: #AB5667;
}
</style>
border-color css
<style>
span { border-color: #AB5667; }
span { border-color: rgb(171,86,103); }
td.TdClassName
{
border-color: #AB5667;
}
.TagClassName
{
border-color: #AB5667;
}
</style>