Shades of Blush #AF5E68
Tints of Blush #AF5E68
RGB
CMYK
RGB Variations
Color information
#AF5E68 (or 0xAF5E68) is known color: Blush. HEX triplet: AF, 5E and 68. RGB value is (175,94,104). Sum of RGB (Red+Green+Blue) = 175+94+104=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E68 is #50A197. Grayscale: #777777. Windows color (decimal): -5284248 or 6839983. OLE color: 6839983.
HSL color Cylindrical-coordinate representation of color #AF5E68: hue angle of 352.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E68 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 104 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.31 |
| HSL | 352.59º | 0.34% | 0.53% | - |
| HSV(B) | 352.59º | 0.46% | 0.69% | - |
| XYZ | 24.18 | 18.12 | 15.32 | - |
| YUV | 119.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 104 | 0 | 0.46 | 0.41 | 0.31 | 352.59 | 0.34 | 0.53 |
| Hex | AF | 5E | 68 | 0 | 2E | 29 | 1F | 161 | 22 | 35 |
| Octal | 257 | 136 | 150 | 0 | 56 | 51 | 37 | 541 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1101000 | 0 | 101110 | 101001 | 11111 | 101100001 | 100010 | 110101 |
Color Harmonies of #AF5E68
Complementary color
Monochromatic Colors of #AF5E68
Black with #AF5E68
Text Example
Text Example
White with #AF5E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E68; }
p { color: rgb(175,94,104); }
H1.HeaderClassName
{
color: #AF5E68;
}
.AnyTagClassName
{
color: #AF5E68;
}
</style>
background-color css
<style>
a { background-color: #AF5E68; }
a { background-color: rgb(175,94,104); }
div.DivClassName
{
background-color: #AF5E68;
}
.BgClassName
{
background-color: #AF5E68;
}
</style>
border-color css
<style>
span { border-color: #AF5E68; }
span { border-color: rgb(175,94,104); }
td.TdClassName
{
border-color: #AF5E68;
}
.TagClassName
{
border-color: #AF5E68;
}
</style>