Shades of Blush #AF5262
Tints of Blush #AF5262
RGB
CMYK
RGB Variations
Color information
#AF5262 (or 0xAF5262) is known color: Blush. HEX triplet: AF, 52 and 62. RGB value is (175,82,98). Sum of RGB (Red+Green+Blue) = 175+82+98=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5262 is #50AD9D. Grayscale: #6F6F6F. Windows color (decimal): -5287326 or 6443695. OLE color: 6443695.
HSL color Cylindrical-coordinate representation of color #AF5262: hue angle of 349.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5262 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 98 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.31 |
| HSL | 349.68º | 0.37% | 0.5% | - |
| HSV(B) | 349.68º | 0.53% | 0.69% | - |
| XYZ | 22.9 | 16.03 | 13.44 | - |
| YUV | 111.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 98 | 0 | 0.53 | 0.44 | 0.31 | 349.68 | 0.37 | 0.5 |
| Hex | AF | 52 | 62 | 0 | 35 | 2C | 1F | 15E | 25 | 32 |
| Octal | 257 | 122 | 142 | 0 | 65 | 54 | 37 | 536 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1100010 | 0 | 110101 | 101100 | 11111 | 101011110 | 100101 | 110010 |
Color Harmonies of #AF5262
Complementary color
Monochromatic Colors of #AF5262
Black with #AF5262
Text Example
Text Example
White with #AF5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5262; }
p { color: rgb(175,82,98); }
H1.HeaderClassName
{
color: #AF5262;
}
.AnyTagClassName
{
color: #AF5262;
}
</style>
background-color css
<style>
a { background-color: #AF5262; }
a { background-color: rgb(175,82,98); }
div.DivClassName
{
background-color: #AF5262;
}
.BgClassName
{
background-color: #AF5262;
}
</style>
border-color css
<style>
span { border-color: #AF5262; }
span { border-color: rgb(175,82,98); }
td.TdClassName
{
border-color: #AF5262;
}
.TagClassName
{
border-color: #AF5262;
}
</style>