Shades of Blush #AF5D65
Tints of Blush #AF5D65
RGB
CMYK
RGB Variations
Color information
#AF5D65 (or 0xAF5D65) is known color: Blush. HEX triplet: AF, 5D and 65. RGB value is (175,93,101). Sum of RGB (Red+Green+Blue) = 175+93+101=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D65 is #50A29A. Grayscale: #767676. Windows color (decimal): -5284507 or 6643119. OLE color: 6643119.
HSL color Cylindrical-coordinate representation of color #AF5D65: hue angle of 354.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D65 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 101 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.31 |
| HSL | 354.15º | 0.34% | 0.53% | - |
| HSV(B) | 354.15º | 0.47% | 0.69% | - |
| XYZ | 23.94 | 17.88 | 14.5 | - |
| YUV | 118.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 101 | 0 | 0.47 | 0.42 | 0.31 | 354.15 | 0.34 | 0.53 |
| Hex | AF | 5D | 65 | 0 | 2F | 2A | 1F | 162 | 22 | 35 |
| Octal | 257 | 135 | 145 | 0 | 57 | 52 | 37 | 542 | 42 | 65 |
| Binary | 10101111 | 1011101 | 1100101 | 0 | 101111 | 101010 | 11111 | 101100010 | 100010 | 110101 |
Color Harmonies of #AF5D65
Complementary color
Monochromatic Colors of #AF5D65
Black with #AF5D65
Text Example
Text Example
White with #AF5D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D65; }
p { color: rgb(175,93,101); }
H1.HeaderClassName
{
color: #AF5D65;
}
.AnyTagClassName
{
color: #AF5D65;
}
</style>
background-color css
<style>
a { background-color: #AF5D65; }
a { background-color: rgb(175,93,101); }
div.DivClassName
{
background-color: #AF5D65;
}
.BgClassName
{
background-color: #AF5D65;
}
</style>
border-color css
<style>
span { border-color: #AF5D65; }
span { border-color: rgb(175,93,101); }
td.TdClassName
{
border-color: #AF5D65;
}
.TagClassName
{
border-color: #AF5D65;
}
</style>