Shades of Blush #AF5162
Tints of Blush #AF5162
RGB
CMYK
RGB Variations
Color information
#AF5162 (or 0xAF5162) is known color: Blush. HEX triplet: AF, 51 and 62. RGB value is (175,81,98). Sum of RGB (Red+Green+Blue) = 175+81+98=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5162 is #50AE9D. Grayscale: #6F6F6F. Windows color (decimal): -5287582 or 6443439. OLE color: 6443439.
HSL color Cylindrical-coordinate representation of color #AF5162: hue angle of 349.15º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5162 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 98 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.31 |
| HSL | 349.15º | 0.37% | 0.5% | - |
| HSV(B) | 349.15º | 0.54% | 0.69% | - |
| XYZ | 22.83 | 15.88 | 13.42 | - |
| YUV | 111.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 98 | 0 | 0.54 | 0.44 | 0.31 | 349.15 | 0.37 | 0.5 |
| Hex | AF | 51 | 62 | 0 | 36 | 2C | 1F | 15D | 25 | 32 |
| Octal | 257 | 121 | 142 | 0 | 66 | 54 | 37 | 535 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1100010 | 0 | 110110 | 101100 | 11111 | 101011101 | 100101 | 110010 |
Color Harmonies of #AF5162
Complementary color
Monochromatic Colors of #AF5162
Black with #AF5162
Text Example
Text Example
White with #AF5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5162; }
p { color: rgb(175,81,98); }
H1.HeaderClassName
{
color: #AF5162;
}
.AnyTagClassName
{
color: #AF5162;
}
</style>
background-color css
<style>
a { background-color: #AF5162; }
a { background-color: rgb(175,81,98); }
div.DivClassName
{
background-color: #AF5162;
}
.BgClassName
{
background-color: #AF5162;
}
</style>
border-color css
<style>
span { border-color: #AF5162; }
span { border-color: rgb(175,81,98); }
td.TdClassName
{
border-color: #AF5162;
}
.TagClassName
{
border-color: #AF5162;
}
</style>