Shades of Blush #AB5165
Tints of Blush #AB5165
RGB
CMYK
RGB Variations
Color information
#AB5165 (or 0xAB5165) is known color: Blush. HEX triplet: AB, 51 and 65. RGB value is (171,81,101). Sum of RGB (Red+Green+Blue) = 171+81+101=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5165 is #54AE9A. Grayscale: #6E6E6E. Windows color (decimal): -5549723 or 6640043. OLE color: 6640043.
HSL color Cylindrical-coordinate representation of color #AB5165: hue angle of 346.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5165 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 101 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.33 |
| HSL | 346.67º | 0.36% | 0.49% | - |
| HSV(B) | 346.67º | 0.53% | 0.67% | - |
| XYZ | 22.09 | 15.48 | 14.14 | - |
| YUV | 110.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 101 | 0 | 0.53 | 0.41 | 0.33 | 346.67 | 0.36 | 0.49 |
| Hex | AB | 51 | 65 | 0 | 35 | 29 | 21 | 15B | 24 | 31 |
| Octal | 253 | 121 | 145 | 0 | 65 | 51 | 41 | 533 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1100101 | 0 | 110101 | 101001 | 100001 | 101011011 | 100100 | 110001 |
Color Harmonies of #AB5165
Complementary color
Monochromatic Colors of #AB5165
Black with #AB5165
Text Example
Text Example
White with #AB5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5165; }
p { color: rgb(171,81,101); }
H1.HeaderClassName
{
color: #AB5165;
}
.AnyTagClassName
{
color: #AB5165;
}
</style>
background-color css
<style>
a { background-color: #AB5165; }
a { background-color: rgb(171,81,101); }
div.DivClassName
{
background-color: #AB5165;
}
.BgClassName
{
background-color: #AB5165;
}
</style>
border-color css
<style>
span { border-color: #AB5165; }
span { border-color: rgb(171,81,101); }
td.TdClassName
{
border-color: #AB5165;
}
.TagClassName
{
border-color: #AB5165;
}
</style>