Shades of Blush #AF5D63
Tints of Blush #AF5D63
RGB
CMYK
RGB Variations
Color information
#AF5D63 (or 0xAF5D63) is known color: Blush. HEX triplet: AF, 5D and 63. RGB value is (175,93,99). Sum of RGB (Red+Green+Blue) = 175+93+99=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D63 is #50A29C. Grayscale: #767676. Windows color (decimal): -5284509 or 6512047. OLE color: 6512047.
HSL color Cylindrical-coordinate representation of color #AF5D63: hue angle of 355.61º 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 #AF5D63 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 99 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.31 |
| HSL | 355.61º | 0.34% | 0.53% | - |
| HSV(B) | 355.61º | 0.47% | 0.69% | - |
| XYZ | 23.85 | 17.84 | 13.99 | - |
| YUV | 118.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 99 | 0 | 0.47 | 0.43 | 0.31 | 355.61 | 0.34 | 0.53 |
| Hex | AF | 5D | 63 | 0 | 2F | 2B | 1F | 164 | 22 | 35 |
| Octal | 257 | 135 | 143 | 0 | 57 | 53 | 37 | 544 | 42 | 65 |
| Binary | 10101111 | 1011101 | 1100011 | 0 | 101111 | 101011 | 11111 | 101100100 | 100010 | 110101 |
Color Harmonies of #AF5D63
Complementary color
Monochromatic Colors of #AF5D63
Black with #AF5D63
Text Example
Text Example
White with #AF5D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D63; }
p { color: rgb(175,93,99); }
H1.HeaderClassName
{
color: #AF5D63;
}
.AnyTagClassName
{
color: #AF5D63;
}
</style>
background-color css
<style>
a { background-color: #AF5D63; }
a { background-color: rgb(175,93,99); }
div.DivClassName
{
background-color: #AF5D63;
}
.BgClassName
{
background-color: #AF5D63;
}
</style>
border-color css
<style>
span { border-color: #AF5D63; }
span { border-color: rgb(175,93,99); }
td.TdClassName
{
border-color: #AF5D63;
}
.TagClassName
{
border-color: #AF5D63;
}
</style>