Shades of Blush #AF5E60
Tints of Blush #AF5E60
RGB
CMYK
RGB Variations
Color information
#AF5E60 (or 0xAF5E60) is known color: Blush. HEX triplet: AF, 5E and 60. RGB value is (175,94,96). Sum of RGB (Red+Green+Blue) = 175+94+96=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E60 is #50A19F. Grayscale: #767676. Windows color (decimal): -5284256 or 6315695. OLE color: 6315695.
HSL color Cylindrical-coordinate representation of color #AF5E60: hue angle of 358.52º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E60 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 96 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.31 |
| HSL | 358.52º | 0.34% | 0.53% | - |
| HSV(B) | 358.52º | 0.46% | 0.69% | - |
| XYZ | 23.79 | 17.96 | 13.28 | - |
| YUV | 118.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 96 | 0 | 0.46 | 0.45 | 0.31 | 358.52 | 0.34 | 0.53 |
| Hex | AF | 5E | 60 | 0 | 2E | 2D | 1F | 167 | 22 | 35 |
| Octal | 257 | 136 | 140 | 0 | 56 | 55 | 37 | 547 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1100000 | 0 | 101110 | 101101 | 11111 | 101100111 | 100010 | 110101 |
Color Harmonies of #AF5E60
Complementary color
Monochromatic Colors of #AF5E60
Black with #AF5E60
Text Example
Text Example
White with #AF5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E60; }
p { color: rgb(175,94,96); }
H1.HeaderClassName
{
color: #AF5E60;
}
.AnyTagClassName
{
color: #AF5E60;
}
</style>
background-color css
<style>
a { background-color: #AF5E60; }
a { background-color: rgb(175,94,96); }
div.DivClassName
{
background-color: #AF5E60;
}
.BgClassName
{
background-color: #AF5E60;
}
</style>
border-color css
<style>
span { border-color: #AF5E60; }
span { border-color: rgb(175,94,96); }
td.TdClassName
{
border-color: #AF5E60;
}
.TagClassName
{
border-color: #AF5E60;
}
</style>