Shades of Blush #AB5A67
Tints of Blush #AB5A67
RGB
CMYK
RGB Variations
Color information
#AB5A67 (or 0xAB5A67) is known color: Blush. HEX triplet: AB, 5A and 67. RGB value is (171,90,103). Sum of RGB (Red+Green+Blue) = 171+90+103=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A67 is #54A598. Grayscale: #737373. Windows color (decimal): -5547417 or 6773419. OLE color: 6773419.
HSL color Cylindrical-coordinate representation of color #AB5A67: hue angle of 350.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A67 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 103 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.33 |
| HSL | 350.37º | 0.33% | 0.51% | - |
| HSV(B) | 350.37º | 0.47% | 0.67% | - |
| XYZ | 22.9 | 16.95 | 14.9 | - |
| YUV | 115.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 103 | 0 | 0.47 | 0.40 | 0.33 | 350.37 | 0.33 | 0.51 |
| Hex | AB | 5A | 67 | 0 | 2F | 28 | 21 | 15E | 21 | 33 |
| Octal | 253 | 132 | 147 | 0 | 57 | 50 | 41 | 536 | 41 | 63 |
| Binary | 10101011 | 1011010 | 1100111 | 0 | 101111 | 101000 | 100001 | 101011110 | 100001 | 110011 |
Color Harmonies of #AB5A67
Complementary color
Monochromatic Colors of #AB5A67
Black with #AB5A67
Text Example
Text Example
White with #AB5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A67; }
p { color: rgb(171,90,103); }
H1.HeaderClassName
{
color: #AB5A67;
}
.AnyTagClassName
{
color: #AB5A67;
}
</style>
background-color css
<style>
a { background-color: #AB5A67; }
a { background-color: rgb(171,90,103); }
div.DivClassName
{
background-color: #AB5A67;
}
.BgClassName
{
background-color: #AB5A67;
}
</style>
border-color css
<style>
span { border-color: #AB5A67; }
span { border-color: rgb(171,90,103); }
td.TdClassName
{
border-color: #AB5A67;
}
.TagClassName
{
border-color: #AB5A67;
}
</style>