Shades of Blush #AB5466
Tints of Blush #AB5466
RGB
CMYK
RGB Variations
Color information
#AB5466 (or 0xAB5466) is known color: Blush. HEX triplet: AB, 54 and 66. RGB value is (171,84,102). Sum of RGB (Red+Green+Blue) = 171+84+102=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5466 is #54AB99. Grayscale: #707070. Windows color (decimal): -5548954 or 6706347. OLE color: 6706347.
HSL color Cylindrical-coordinate representation of color #AB5466: hue angle of 347.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5466 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 102 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.33 |
| HSL | 347.59º | 0.34% | 0.5% | - |
| HSV(B) | 347.59º | 0.51% | 0.67% | - |
| XYZ | 22.36 | 15.96 | 14.47 | - |
| YUV | 112.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 102 | 0 | 0.51 | 0.40 | 0.33 | 347.59 | 0.34 | 0.5 |
| Hex | AB | 54 | 66 | 0 | 33 | 28 | 21 | 15C | 22 | 32 |
| Octal | 253 | 124 | 146 | 0 | 63 | 50 | 41 | 534 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1100110 | 0 | 110011 | 101000 | 100001 | 101011100 | 100010 | 110010 |
Color Harmonies of #AB5466
Complementary color
Monochromatic Colors of #AB5466
Black with #AB5466
Text Example
Text Example
White with #AB5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5466; }
p { color: rgb(171,84,102); }
H1.HeaderClassName
{
color: #AB5466;
}
.AnyTagClassName
{
color: #AB5466;
}
</style>
background-color css
<style>
a { background-color: #AB5466; }
a { background-color: rgb(171,84,102); }
div.DivClassName
{
background-color: #AB5466;
}
.BgClassName
{
background-color: #AB5466;
}
</style>
border-color css
<style>
span { border-color: #AB5466; }
span { border-color: rgb(171,84,102); }
td.TdClassName
{
border-color: #AB5466;
}
.TagClassName
{
border-color: #AB5466;
}
</style>