Shades of Blush #AF566F
Tints of Blush #AF566F
RGB
CMYK
RGB Variations
Color information
#AF566F (or 0xAF566F) is known color: Blush. HEX triplet: AF, 56 and 6F. RGB value is (175,86,111). Sum of RGB (Red+Green+Blue) = 175+86+111=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF566F is #50A990. Grayscale: #737373. Windows color (decimal): -5286289 or 7296687. OLE color: 7296687.
HSL color Cylindrical-coordinate representation of color #AF566F: hue angle of 343.15º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF566F is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 111 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.31 |
| HSL | 343.15º | 0.36% | 0.51% | - |
| HSV(B) | 343.15º | 0.51% | 0.69% | - |
| XYZ | 23.88 | 16.92 | 17.05 | - |
| YUV | 115.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 111 | 0 | 0.51 | 0.37 | 0.31 | 343.15 | 0.36 | 0.51 |
| Hex | AF | 56 | 6F | 0 | 33 | 25 | 1F | 157 | 24 | 33 |
| Octal | 257 | 126 | 157 | 0 | 63 | 45 | 37 | 527 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1101111 | 0 | 110011 | 100101 | 11111 | 101010111 | 100100 | 110011 |
Color Harmonies of #AF566F
Complementary color
Monochromatic Colors of #AF566F
Black with #AF566F
Text Example
Text Example
White with #AF566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF566F; }
p { color: rgb(175,86,111); }
H1.HeaderClassName
{
color: #AF566F;
}
.AnyTagClassName
{
color: #AF566F;
}
</style>
background-color css
<style>
a { background-color: #AF566F; }
a { background-color: rgb(175,86,111); }
div.DivClassName
{
background-color: #AF566F;
}
.BgClassName
{
background-color: #AF566F;
}
</style>
border-color css
<style>
span { border-color: #AF566F; }
span { border-color: rgb(175,86,111); }
td.TdClassName
{
border-color: #AF566F;
}
.TagClassName
{
border-color: #AF566F;
}
</style>