Shades of Blush #AB5265
Tints of Blush #AB5265
RGB
CMYK
RGB Variations
Color information
#AB5265 (or 0xAB5265) is known color: Blush. HEX triplet: AB, 52 and 65. RGB value is (171,82,101). Sum of RGB (Red+Green+Blue) = 171+82+101=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5265 is #54AD9A. Grayscale: #6E6E6E. Windows color (decimal): -5549467 or 6640299. OLE color: 6640299.
HSL color Cylindrical-coordinate representation of color #AB5265: hue angle of 347.19º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5265 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 101 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.33 |
| HSL | 347.19º | 0.35% | 0.5% | - |
| HSV(B) | 347.19º | 0.52% | 0.67% | - |
| XYZ | 22.16 | 15.63 | 14.16 | - |
| YUV | 110.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 101 | 0 | 0.52 | 0.41 | 0.33 | 347.19 | 0.35 | 0.5 |
| Hex | AB | 52 | 65 | 0 | 34 | 29 | 21 | 15B | 23 | 32 |
| Octal | 253 | 122 | 145 | 0 | 64 | 51 | 41 | 533 | 43 | 62 |
| Binary | 10101011 | 1010010 | 1100101 | 0 | 110100 | 101001 | 100001 | 101011011 | 100011 | 110010 |
Color Harmonies of #AB5265
Complementary color
Monochromatic Colors of #AB5265
Black with #AB5265
Text Example
Text Example
White with #AB5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5265; }
p { color: rgb(171,82,101); }
H1.HeaderClassName
{
color: #AB5265;
}
.AnyTagClassName
{
color: #AB5265;
}
</style>
background-color css
<style>
a { background-color: #AB5265; }
a { background-color: rgb(171,82,101); }
div.DivClassName
{
background-color: #AB5265;
}
.BgClassName
{
background-color: #AB5265;
}
</style>
border-color css
<style>
span { border-color: #AB5265; }
span { border-color: rgb(171,82,101); }
td.TdClassName
{
border-color: #AB5265;
}
.TagClassName
{
border-color: #AB5265;
}
</style>