Shades of Blush #AF4E65
Tints of Blush #AF4E65
RGB
CMYK
RGB Variations
Color information
#AF4E65 (or 0xAF4E65) is known color: Blush. HEX triplet: AF, 4E and 65. RGB value is (175,78,101). Sum of RGB (Red+Green+Blue) = 175+78+101=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E65 is #50B19A. Grayscale: #6D6D6D. Windows color (decimal): -5288347 or 6639279. OLE color: 6639279.
HSL color Cylindrical-coordinate representation of color #AF4E65: hue angle of 345.77º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E65 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 101 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.31 |
| HSL | 345.77º | 0.38% | 0.5% | - |
| HSV(B) | 345.77º | 0.55% | 0.69% | - |
| XYZ | 22.75 | 15.5 | 14.1 | - |
| YUV | 109.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 101 | 0 | 0.55 | 0.42 | 0.31 | 345.77 | 0.38 | 0.5 |
| Hex | AF | 4E | 65 | 0 | 37 | 2A | 1F | 15A | 26 | 32 |
| Octal | 257 | 116 | 145 | 0 | 67 | 52 | 37 | 532 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1100101 | 0 | 110111 | 101010 | 11111 | 101011010 | 100110 | 110010 |
Color Harmonies of #AF4E65
Complementary color
Monochromatic Colors of #AF4E65
Black with #AF4E65
Text Example
Text Example
White with #AF4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E65; }
p { color: rgb(175,78,101); }
H1.HeaderClassName
{
color: #AF4E65;
}
.AnyTagClassName
{
color: #AF4E65;
}
</style>
background-color css
<style>
a { background-color: #AF4E65; }
a { background-color: rgb(175,78,101); }
div.DivClassName
{
background-color: #AF4E65;
}
.BgClassName
{
background-color: #AF4E65;
}
</style>
border-color css
<style>
span { border-color: #AF4E65; }
span { border-color: rgb(175,78,101); }
td.TdClassName
{
border-color: #AF4E65;
}
.TagClassName
{
border-color: #AF4E65;
}
</style>