Shades of Blush #AF606D
Tints of Blush #AF606D
RGB
CMYK
RGB Variations
Color information
#AF606D (or 0xAF606D) is known color: Blush. HEX triplet: AF, 60 and 6D. RGB value is (175,96,109). Sum of RGB (Red+Green+Blue) = 175+96+109=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF606D is #509F92. Grayscale: #797979. Windows color (decimal): -5283731 or 7168175. OLE color: 7168175.
HSL color Cylindrical-coordinate representation of color #AF606D: hue angle of 350.13º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF606D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 109 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.31 |
| HSL | 350.13º | 0.33% | 0.53% | - |
| HSV(B) | 350.13º | 0.45% | 0.69% | - |
| XYZ | 24.62 | 18.58 | 16.76 | - |
| YUV | 121.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 109 | 0 | 0.45 | 0.38 | 0.31 | 350.13 | 0.33 | 0.53 |
| Hex | AF | 60 | 6D | 0 | 2D | 26 | 1F | 15E | 21 | 35 |
| Octal | 257 | 140 | 155 | 0 | 55 | 46 | 37 | 536 | 41 | 65 |
| Binary | 10101111 | 1100000 | 1101101 | 0 | 101101 | 100110 | 11111 | 101011110 | 100001 | 110101 |
Color Harmonies of #AF606D
Complementary color
Monochromatic Colors of #AF606D
Black with #AF606D
Text Example
Text Example
White with #AF606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF606D; }
p { color: rgb(175,96,109); }
H1.HeaderClassName
{
color: #AF606D;
}
.AnyTagClassName
{
color: #AF606D;
}
</style>
background-color css
<style>
a { background-color: #AF606D; }
a { background-color: rgb(175,96,109); }
div.DivClassName
{
background-color: #AF606D;
}
.BgClassName
{
background-color: #AF606D;
}
</style>
border-color css
<style>
span { border-color: #AF606D; }
span { border-color: rgb(175,96,109); }
td.TdClassName
{
border-color: #AF606D;
}
.TagClassName
{
border-color: #AF606D;
}
</style>