Shades of Blush #AF576C
Tints of Blush #AF576C
RGB
CMYK
RGB Variations
Color information
#AF576C (or 0xAF576C) is known color: Blush. HEX triplet: AF, 57 and 6C. RGB value is (175,87,108). Sum of RGB (Red+Green+Blue) = 175+87+108=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF576C is #50A893. Grayscale: #737373. Windows color (decimal): -5286036 or 7100335. OLE color: 7100335.
HSL color Cylindrical-coordinate representation of color #AF576C: hue angle of 345.68º 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 #AF576C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 108 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.31 |
| HSL | 345.68º | 0.35% | 0.51% | - |
| HSV(B) | 345.68º | 0.5% | 0.69% | - |
| XYZ | 23.79 | 17.01 | 16.22 | - |
| YUV | 115.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 108 | 0 | 0.50 | 0.38 | 0.31 | 345.68 | 0.35 | 0.51 |
| Hex | AF | 57 | 6C | 0 | 32 | 26 | 1F | 15A | 23 | 33 |
| Octal | 257 | 127 | 154 | 0 | 62 | 46 | 37 | 532 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1101100 | 0 | 110010 | 100110 | 11111 | 101011010 | 100011 | 110011 |
Color Harmonies of #AF576C
Complementary color
Monochromatic Colors of #AF576C
Black with #AF576C
Text Example
Text Example
White with #AF576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF576C; }
p { color: rgb(175,87,108); }
H1.HeaderClassName
{
color: #AF576C;
}
.AnyTagClassName
{
color: #AF576C;
}
</style>
background-color css
<style>
a { background-color: #AF576C; }
a { background-color: rgb(175,87,108); }
div.DivClassName
{
background-color: #AF576C;
}
.BgClassName
{
background-color: #AF576C;
}
</style>
border-color css
<style>
span { border-color: #AF576C; }
span { border-color: rgb(175,87,108); }
td.TdClassName
{
border-color: #AF576C;
}
.TagClassName
{
border-color: #AF576C;
}
</style>