Shades of Blush #AF576D
Tints of Blush #AF576D
RGB
CMYK
RGB Variations
Color information
#AF576D (or 0xAF576D) is known color: Blush. HEX triplet: AF, 57 and 6D. RGB value is (175,87,109). Sum of RGB (Red+Green+Blue) = 175+87+109=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF576D is #50A892. Grayscale: #737373. Windows color (decimal): -5286035 or 7165871. OLE color: 7165871.
HSL color Cylindrical-coordinate representation of color #AF576D: hue angle of 345º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF576D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 109 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.31 |
| HSL | 345º | 0.35% | 0.51% | - |
| HSV(B) | 345º | 0.5% | 0.69% | - |
| XYZ | 23.85 | 17.03 | 16.5 | - |
| YUV | 115.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 109 | 0 | 0.50 | 0.38 | 0.31 | 345 | 0.35 | 0.51 |
| Hex | AF | 57 | 6D | 0 | 32 | 26 | 1F | 159 | 23 | 33 |
| Octal | 257 | 127 | 155 | 0 | 62 | 46 | 37 | 531 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1101101 | 0 | 110010 | 100110 | 11111 | 101011001 | 100011 | 110011 |
Color Harmonies of #AF576D
Complementary color
Monochromatic Colors of #AF576D
Black with #AF576D
Text Example
Text Example
White with #AF576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF576D; }
p { color: rgb(175,87,109); }
H1.HeaderClassName
{
color: #AF576D;
}
.AnyTagClassName
{
color: #AF576D;
}
</style>
background-color css
<style>
a { background-color: #AF576D; }
a { background-color: rgb(175,87,109); }
div.DivClassName
{
background-color: #AF576D;
}
.BgClassName
{
background-color: #AF576D;
}
</style>
border-color css
<style>
span { border-color: #AF576D; }
span { border-color: rgb(175,87,109); }
td.TdClassName
{
border-color: #AF576D;
}
.TagClassName
{
border-color: #AF576D;
}
</style>