Shades of Blush #AF516C
Tints of Blush #AF516C
RGB
CMYK
RGB Variations
Color information
#AF516C (or 0xAF516C) is known color: Blush. HEX triplet: AF, 51 and 6C. RGB value is (175,81,108). Sum of RGB (Red+Green+Blue) = 175+81+108=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF516C is #50AE93. Grayscale: #707070. Windows color (decimal): -5287572 or 7098799. OLE color: 7098799.
HSL color Cylindrical-coordinate representation of color #AF516C: hue angle of 342.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF516C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 108 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.31 |
| HSL | 342.77º | 0.37% | 0.5% | - |
| HSV(B) | 342.77º | 0.54% | 0.69% | - |
| XYZ | 23.33 | 16.08 | 16.06 | - |
| YUV | 112.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 108 | 0 | 0.54 | 0.38 | 0.31 | 342.77 | 0.37 | 0.5 |
| Hex | AF | 51 | 6C | 0 | 36 | 26 | 1F | 157 | 25 | 32 |
| Octal | 257 | 121 | 154 | 0 | 66 | 46 | 37 | 527 | 45 | 62 |
| Binary | 10101111 | 1010001 | 1101100 | 0 | 110110 | 100110 | 11111 | 101010111 | 100101 | 110010 |
Color Harmonies of #AF516C
Complementary color
Monochromatic Colors of #AF516C
Black with #AF516C
Text Example
Text Example
White with #AF516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF516C; }
p { color: rgb(175,81,108); }
H1.HeaderClassName
{
color: #AF516C;
}
.AnyTagClassName
{
color: #AF516C;
}
</style>
background-color css
<style>
a { background-color: #AF516C; }
a { background-color: rgb(175,81,108); }
div.DivClassName
{
background-color: #AF516C;
}
.BgClassName
{
background-color: #AF516C;
}
</style>
border-color css
<style>
span { border-color: #AF516C; }
span { border-color: rgb(175,81,108); }
td.TdClassName
{
border-color: #AF516C;
}
.TagClassName
{
border-color: #AF516C;
}
</style>