Shades of Blush #AF5768
Tints of Blush #AF5768
RGB
CMYK
RGB Variations
Color information
#AF5768 (or 0xAF5768) is known color: Blush. HEX triplet: AF, 57 and 68. RGB value is (175,87,104). Sum of RGB (Red+Green+Blue) = 175+87+104=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5768 is #50A897. Grayscale: #737373. Windows color (decimal): -5286040 or 6838191. OLE color: 6838191.
HSL color Cylindrical-coordinate representation of color #AF5768: hue angle of 348.41º 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 #AF5768 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 104 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.31 |
| HSL | 348.41º | 0.35% | 0.51% | - |
| HSV(B) | 348.41º | 0.5% | 0.69% | - |
| XYZ | 23.59 | 16.93 | 15.12 | - |
| YUV | 115.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 104 | 0 | 0.50 | 0.41 | 0.31 | 348.41 | 0.35 | 0.51 |
| Hex | AF | 57 | 68 | 0 | 32 | 29 | 1F | 15C | 23 | 33 |
| Octal | 257 | 127 | 150 | 0 | 62 | 51 | 37 | 534 | 43 | 63 |
| Binary | 10101111 | 1010111 | 1101000 | 0 | 110010 | 101001 | 11111 | 101011100 | 100011 | 110011 |
Color Harmonies of #AF5768
Complementary color
Monochromatic Colors of #AF5768
Black with #AF5768
Text Example
Text Example
White with #AF5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5768; }
p { color: rgb(175,87,104); }
H1.HeaderClassName
{
color: #AF5768;
}
.AnyTagClassName
{
color: #AF5768;
}
</style>
background-color css
<style>
a { background-color: #AF5768; }
a { background-color: rgb(175,87,104); }
div.DivClassName
{
background-color: #AF5768;
}
.BgClassName
{
background-color: #AF5768;
}
</style>
border-color css
<style>
span { border-color: #AF5768; }
span { border-color: rgb(175,87,104); }
td.TdClassName
{
border-color: #AF5768;
}
.TagClassName
{
border-color: #AF5768;
}
</style>