Shades of Blush #AB546C
Tints of Blush #AB546C
RGB
CMYK
RGB Variations
Color information
#AB546C (or 0xAB546C) is known color: Blush. HEX triplet: AB, 54 and 6C. RGB value is (171,84,108). Sum of RGB (Red+Green+Blue) = 171+84+108=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB546C is #54AB93. Grayscale: #707070. Windows color (decimal): -5548948 or 7099563. OLE color: 7099563.
HSL color Cylindrical-coordinate representation of color #AB546C: hue angle of 343.45º 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 #AB546C is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 108 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.33 |
| HSL | 343.45º | 0.34% | 0.5% | - |
| HSV(B) | 343.45º | 0.51% | 0.67% | - |
| XYZ | 22.67 | 16.08 | 16.1 | - |
| YUV | 112.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 108 | 0 | 0.51 | 0.37 | 0.33 | 343.45 | 0.34 | 0.5 |
| Hex | AB | 54 | 6C | 0 | 33 | 25 | 21 | 157 | 22 | 32 |
| Octal | 253 | 124 | 154 | 0 | 63 | 45 | 41 | 527 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1101100 | 0 | 110011 | 100101 | 100001 | 101010111 | 100010 | 110010 |
Color Harmonies of #AB546C
Complementary color
Monochromatic Colors of #AB546C
Black with #AB546C
Text Example
Text Example
White with #AB546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB546C; }
p { color: rgb(171,84,108); }
H1.HeaderClassName
{
color: #AB546C;
}
.AnyTagClassName
{
color: #AB546C;
}
</style>
background-color css
<style>
a { background-color: #AB546C; }
a { background-color: rgb(171,84,108); }
div.DivClassName
{
background-color: #AB546C;
}
.BgClassName
{
background-color: #AB546C;
}
</style>
border-color css
<style>
span { border-color: #AB546C; }
span { border-color: rgb(171,84,108); }
td.TdClassName
{
border-color: #AB546C;
}
.TagClassName
{
border-color: #AB546C;
}
</style>