Shades of Blush #AF5565
Tints of Blush #AF5565
RGB
CMYK
RGB Variations
Color information
#AF5565 (or 0xAF5565) is known color: Blush. HEX triplet: AF, 55 and 65. RGB value is (175,85,101). Sum of RGB (Red+Green+Blue) = 175+85+101=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5565 is #50AA9A. Grayscale: #717171. Windows color (decimal): -5286555 or 6641071. OLE color: 6641071.
HSL color Cylindrical-coordinate representation of color #AF5565: hue angle of 349.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5565 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 101 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.31 |
| HSL | 349.33º | 0.36% | 0.51% | - |
| HSV(B) | 349.33º | 0.51% | 0.69% | - |
| XYZ | 23.28 | 16.55 | 14.28 | - |
| YUV | 113.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 101 | 0 | 0.51 | 0.42 | 0.31 | 349.33 | 0.36 | 0.51 |
| Hex | AF | 55 | 65 | 0 | 33 | 2A | 1F | 15D | 24 | 33 |
| Octal | 257 | 125 | 145 | 0 | 63 | 52 | 37 | 535 | 44 | 63 |
| Binary | 10101111 | 1010101 | 1100101 | 0 | 110011 | 101010 | 11111 | 101011101 | 100100 | 110011 |
Color Harmonies of #AF5565
Complementary color
Monochromatic Colors of #AF5565
Black with #AF5565
Text Example
Text Example
White with #AF5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5565; }
p { color: rgb(175,85,101); }
H1.HeaderClassName
{
color: #AF5565;
}
.AnyTagClassName
{
color: #AF5565;
}
</style>
background-color css
<style>
a { background-color: #AF5565; }
a { background-color: rgb(175,85,101); }
div.DivClassName
{
background-color: #AF5565;
}
.BgClassName
{
background-color: #AF5565;
}
</style>
border-color css
<style>
span { border-color: #AF5565; }
span { border-color: rgb(175,85,101); }
td.TdClassName
{
border-color: #AF5565;
}
.TagClassName
{
border-color: #AF5565;
}
</style>