Shades of Blush #AF5363
Tints of Blush #AF5363
RGB
CMYK
RGB Variations
Color information
#AF5363 (or 0xAF5363) is known color: Blush. HEX triplet: AF, 53 and 63. RGB value is (175,83,99). Sum of RGB (Red+Green+Blue) = 175+83+99=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5363 is #50AC9C. Grayscale: #707070. Windows color (decimal): -5287069 or 6509487. OLE color: 6509487.
HSL color Cylindrical-coordinate representation of color #AF5363: hue angle of 349.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5363 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 99 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.31 |
| HSL | 349.57º | 0.37% | 0.51% | - |
| HSV(B) | 349.57º | 0.53% | 0.69% | - |
| XYZ | 23.02 | 16.2 | 13.72 | - |
| YUV | 112.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 99 | 0 | 0.53 | 0.43 | 0.31 | 349.57 | 0.37 | 0.51 |
| Hex | AF | 53 | 63 | 0 | 35 | 2B | 1F | 15E | 25 | 33 |
| Octal | 257 | 123 | 143 | 0 | 65 | 53 | 37 | 536 | 45 | 63 |
| Binary | 10101111 | 1010011 | 1100011 | 0 | 110101 | 101011 | 11111 | 101011110 | 100101 | 110011 |
Color Harmonies of #AF5363
Complementary color
Monochromatic Colors of #AF5363
Black with #AF5363
Text Example
Text Example
White with #AF5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5363; }
p { color: rgb(175,83,99); }
H1.HeaderClassName
{
color: #AF5363;
}
.AnyTagClassName
{
color: #AF5363;
}
</style>
background-color css
<style>
a { background-color: #AF5363; }
a { background-color: rgb(175,83,99); }
div.DivClassName
{
background-color: #AF5363;
}
.BgClassName
{
background-color: #AF5363;
}
</style>
border-color css
<style>
span { border-color: #AF5363; }
span { border-color: rgb(175,83,99); }
td.TdClassName
{
border-color: #AF5363;
}
.TagClassName
{
border-color: #AF5363;
}
</style>