Shades of Blush #AF4F66
Tints of Blush #AF4F66
RGB
CMYK
RGB Variations
Color information
#AF4F66 (or 0xAF4F66) is known color: Blush. HEX triplet: AF, 4F and 66. RGB value is (175,79,102). Sum of RGB (Red+Green+Blue) = 175+79+102=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F66 is #50B099. Grayscale: #6E6E6E. Windows color (decimal): -5288090 or 6705071. OLE color: 6705071.
HSL color Cylindrical-coordinate representation of color #AF4F66: hue angle of 345.62º 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 #AF4F66 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 102 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.31 |
| HSL | 345.63º | 0.38% | 0.5% | - |
| HSV(B) | 345.63º | 0.55% | 0.69% | - |
| XYZ | 22.87 | 15.67 | 14.39 | - |
| YUV | 110.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 102 | 0 | 0.55 | 0.42 | 0.31 | 345.63 | 0.38 | 0.5 |
| Hex | AF | 4F | 66 | 0 | 37 | 2A | 1F | 15A | 26 | 32 |
| Octal | 257 | 117 | 146 | 0 | 67 | 52 | 37 | 532 | 46 | 62 |
| Binary | 10101111 | 1001111 | 1100110 | 0 | 110111 | 101010 | 11111 | 101011010 | 100110 | 110010 |
Color Harmonies of #AF4F66
Complementary color
Monochromatic Colors of #AF4F66
Black with #AF4F66
Text Example
Text Example
White with #AF4F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F66; }
p { color: rgb(175,79,102); }
H1.HeaderClassName
{
color: #AF4F66;
}
.AnyTagClassName
{
color: #AF4F66;
}
</style>
background-color css
<style>
a { background-color: #AF4F66; }
a { background-color: rgb(175,79,102); }
div.DivClassName
{
background-color: #AF4F66;
}
.BgClassName
{
background-color: #AF4F66;
}
</style>
border-color css
<style>
span { border-color: #AF4F66; }
span { border-color: rgb(175,79,102); }
td.TdClassName
{
border-color: #AF4F66;
}
.TagClassName
{
border-color: #AF4F66;
}
</style>