Shades of Blush #AF5866
Tints of Blush #AF5866
RGB
CMYK
RGB Variations
Color information
#AF5866 (or 0xAF5866) is known color: Blush. HEX triplet: AF, 58 and 66. RGB value is (175,88,102). Sum of RGB (Red+Green+Blue) = 175+88+102=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5866 is #50A799. Grayscale: #737373. Windows color (decimal): -5285786 or 6707375. OLE color: 6707375.
HSL color Cylindrical-coordinate representation of color #AF5866: hue angle of 350.34º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5866 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 102 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.31 |
| HSL | 350.34º | 0.35% | 0.52% | - |
| HSV(B) | 350.34º | 0.5% | 0.69% | - |
| XYZ | 23.57 | 17.05 | 14.62 | - |
| YUV | 115.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 102 | 0 | 0.50 | 0.42 | 0.31 | 350.34 | 0.35 | 0.52 |
| Hex | AF | 58 | 66 | 0 | 32 | 2A | 1F | 15E | 23 | 34 |
| Octal | 257 | 130 | 146 | 0 | 62 | 52 | 37 | 536 | 43 | 64 |
| Binary | 10101111 | 1011000 | 1100110 | 0 | 110010 | 101010 | 11111 | 101011110 | 100011 | 110100 |
Color Harmonies of #AF5866
Complementary color
Monochromatic Colors of #AF5866
Black with #AF5866
Text Example
Text Example
White with #AF5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5866; }
p { color: rgb(175,88,102); }
H1.HeaderClassName
{
color: #AF5866;
}
.AnyTagClassName
{
color: #AF5866;
}
</style>
background-color css
<style>
a { background-color: #AF5866; }
a { background-color: rgb(175,88,102); }
div.DivClassName
{
background-color: #AF5866;
}
.BgClassName
{
background-color: #AF5866;
}
</style>
border-color css
<style>
span { border-color: #AF5866; }
span { border-color: rgb(175,88,102); }
td.TdClassName
{
border-color: #AF5866;
}
.TagClassName
{
border-color: #AF5866;
}
</style>