Shades of Blush #AF5D5E
Tints of Blush #AF5D5E
RGB
CMYK
RGB Variations
Color information
#AF5D5E (or 0xAF5D5E) is known color: Blush. HEX triplet: AF, 5D and 5E. RGB value is (175,93,94). Sum of RGB (Red+Green+Blue) = 175+93+94=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D5E is #50A2A1. Grayscale: #757575. Windows color (decimal): -5284514 or 6184367. OLE color: 6184367.
HSL color Cylindrical-coordinate representation of color #AF5D5E: hue angle of 359.27º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D5E is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 94 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.31 |
| HSL | 359.27º | 0.34% | 0.53% | - |
| HSV(B) | 359.27º | 0.47% | 0.69% | - |
| XYZ | 23.61 | 17.75 | 12.77 | - |
| YUV | 117.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 94 | 0 | 0.47 | 0.46 | 0.31 | 359.27 | 0.34 | 0.53 |
| Hex | AF | 5D | 5E | 0 | 2F | 2E | 1F | 167 | 22 | 35 |
| Octal | 257 | 135 | 136 | 0 | 57 | 56 | 37 | 547 | 42 | 65 |
| Binary | 10101111 | 1011101 | 1011110 | 0 | 101111 | 101110 | 11111 | 101100111 | 100010 | 110101 |
Color Harmonies of #AF5D5E
Complementary color
Monochromatic Colors of #AF5D5E
Black with #AF5D5E
Text Example
Text Example
White with #AF5D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D5E; }
p { color: rgb(175,93,94); }
H1.HeaderClassName
{
color: #AF5D5E;
}
.AnyTagClassName
{
color: #AF5D5E;
}
</style>
background-color css
<style>
a { background-color: #AF5D5E; }
a { background-color: rgb(175,93,94); }
div.DivClassName
{
background-color: #AF5D5E;
}
.BgClassName
{
background-color: #AF5D5E;
}
</style>
border-color css
<style>
span { border-color: #AF5D5E; }
span { border-color: rgb(175,93,94); }
td.TdClassName
{
border-color: #AF5D5E;
}
.TagClassName
{
border-color: #AF5D5E;
}
</style>