Shades of Blush #AF4E66
Tints of Blush #AF4E66
RGB
CMYK
RGB Variations
Color information
#AF4E66 (or 0xAF4E66) is known color: Blush. HEX triplet: AF, 4E and 66. RGB value is (175,78,102). Sum of RGB (Red+Green+Blue) = 175+78+102=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E66 is #50B199. Grayscale: #6D6D6D. Windows color (decimal): -5288346 or 6704815. OLE color: 6704815.
HSL color Cylindrical-coordinate representation of color #AF4E66: hue angle of 345.15º 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 #AF4E66 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 102 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.31 |
| HSL | 345.15º | 0.38% | 0.5% | - |
| HSV(B) | 345.15º | 0.55% | 0.69% | - |
| XYZ | 22.8 | 15.52 | 14.36 | - |
| YUV | 109.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 102 | 0 | 0.55 | 0.42 | 0.31 | 345.15 | 0.38 | 0.5 |
| Hex | AF | 4E | 66 | 0 | 37 | 2A | 1F | 159 | 26 | 32 |
| Octal | 257 | 116 | 146 | 0 | 67 | 52 | 37 | 531 | 46 | 62 |
| Binary | 10101111 | 1001110 | 1100110 | 0 | 110111 | 101010 | 11111 | 101011001 | 100110 | 110010 |
Color Harmonies of #AF4E66
Complementary color
Monochromatic Colors of #AF4E66
Black with #AF4E66
Text Example
Text Example
White with #AF4E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E66; }
p { color: rgb(175,78,102); }
H1.HeaderClassName
{
color: #AF4E66;
}
.AnyTagClassName
{
color: #AF4E66;
}
</style>
background-color css
<style>
a { background-color: #AF4E66; }
a { background-color: rgb(175,78,102); }
div.DivClassName
{
background-color: #AF4E66;
}
.BgClassName
{
background-color: #AF4E66;
}
</style>
border-color css
<style>
span { border-color: #AF4E66; }
span { border-color: rgb(175,78,102); }
td.TdClassName
{
border-color: #AF4E66;
}
.TagClassName
{
border-color: #AF4E66;
}
</style>