Shades of Blush #AB5C6D
Tints of Blush #AB5C6D
RGB
CMYK
RGB Variations
Color information
#AB5C6D (or 0xAB5C6D) is known color: Blush. HEX triplet: AB, 5C and 6D. RGB value is (171,92,109). Sum of RGB (Red+Green+Blue) = 171+92+109=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C6D is #54A392. Grayscale: #757575. Windows color (decimal): -5546899 or 7167147. OLE color: 7167147.
HSL color Cylindrical-coordinate representation of color #AB5C6D: hue angle of 347.09º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5C6D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 109 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.33 |
| HSL | 347.09º | 0.32% | 0.52% | - |
| HSV(B) | 347.09º | 0.46% | 0.67% | - |
| XYZ | 23.38 | 17.42 | 16.6 | - |
| YUV | 117.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 109 | 0 | 0.46 | 0.36 | 0.33 | 347.09 | 0.32 | 0.52 |
| Hex | AB | 5C | 6D | 0 | 2E | 24 | 21 | 15B | 20 | 34 |
| Octal | 253 | 134 | 155 | 0 | 56 | 44 | 41 | 533 | 40 | 64 |
| Binary | 10101011 | 1011100 | 1101101 | 0 | 101110 | 100100 | 100001 | 101011011 | 100000 | 110100 |
Color Harmonies of #AB5C6D
Complementary color
Monochromatic Colors of #AB5C6D
Black with #AB5C6D
Text Example
Text Example
White with #AB5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C6D; }
p { color: rgb(171,92,109); }
H1.HeaderClassName
{
color: #AB5C6D;
}
.AnyTagClassName
{
color: #AB5C6D;
}
</style>
background-color css
<style>
a { background-color: #AB5C6D; }
a { background-color: rgb(171,92,109); }
div.DivClassName
{
background-color: #AB5C6D;
}
.BgClassName
{
background-color: #AB5C6D;
}
</style>
border-color css
<style>
span { border-color: #AB5C6D; }
span { border-color: rgb(171,92,109); }
td.TdClassName
{
border-color: #AB5C6D;
}
.TagClassName
{
border-color: #AB5C6D;
}
</style>