Shades of Blush #AF5C73
Tints of Blush #AF5C73
RGB
CMYK
RGB Variations
Color information
#AF5C73 (or 0xAF5C73) is known color: Blush. HEX triplet: AF, 5C and 73. RGB value is (175,92,115). Sum of RGB (Red+Green+Blue) = 175+92+115=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C73 is #50A38C. Grayscale: #777777. Windows color (decimal): -5284749 or 7560367. OLE color: 7560367.
HSL color Cylindrical-coordinate representation of color #AF5C73: hue angle of 343.37º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C73 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 115 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.31 |
| HSL | 343.37º | 0.34% | 0.52% | - |
| HSV(B) | 343.37º | 0.47% | 0.69% | - |
| XYZ | 24.6 | 18.01 | 18.4 | - |
| YUV | 119.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 115 | 0 | 0.47 | 0.34 | 0.31 | 343.37 | 0.34 | 0.52 |
| Hex | AF | 5C | 73 | 0 | 2F | 22 | 1F | 157 | 22 | 34 |
| Octal | 257 | 134 | 163 | 0 | 57 | 42 | 37 | 527 | 42 | 64 |
| Binary | 10101111 | 1011100 | 1110011 | 0 | 101111 | 100010 | 11111 | 101010111 | 100010 | 110100 |
Color Harmonies of #AF5C73
Complementary color
Monochromatic Colors of #AF5C73
Black with #AF5C73
Text Example
Text Example
White with #AF5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C73; }
p { color: rgb(175,92,115); }
H1.HeaderClassName
{
color: #AF5C73;
}
.AnyTagClassName
{
color: #AF5C73;
}
</style>
background-color css
<style>
a { background-color: #AF5C73; }
a { background-color: rgb(175,92,115); }
div.DivClassName
{
background-color: #AF5C73;
}
.BgClassName
{
background-color: #AF5C73;
}
</style>
border-color css
<style>
span { border-color: #AF5C73; }
span { border-color: rgb(175,92,115); }
td.TdClassName
{
border-color: #AF5C73;
}
.TagClassName
{
border-color: #AF5C73;
}
</style>