Shades of Blush #AF566A
Tints of Blush #AF566A
RGB
CMYK
RGB Variations
Color information
#AF566A (or 0xAF566A) is known color: Blush. HEX triplet: AF, 56 and 6A. RGB value is (175,86,106). Sum of RGB (Red+Green+Blue) = 175+86+106=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF566A is #50A995. Grayscale: #727272. Windows color (decimal): -5286294 or 6969007. OLE color: 6969007.
HSL color Cylindrical-coordinate representation of color #AF566A: hue angle of 346.52º 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 #AF566A is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 106 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.31 |
| HSL | 346.52º | 0.36% | 0.51% | - |
| HSV(B) | 346.52º | 0.51% | 0.69% | - |
| XYZ | 23.61 | 16.81 | 15.64 | - |
| YUV | 114.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 106 | 0 | 0.51 | 0.39 | 0.31 | 346.52 | 0.36 | 0.51 |
| Hex | AF | 56 | 6A | 0 | 33 | 27 | 1F | 15B | 24 | 33 |
| Octal | 257 | 126 | 152 | 0 | 63 | 47 | 37 | 533 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1101010 | 0 | 110011 | 100111 | 11111 | 101011011 | 100100 | 110011 |
Color Harmonies of #AF566A
Complementary color
Monochromatic Colors of #AF566A
Black with #AF566A
Text Example
Text Example
White with #AF566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF566A; }
p { color: rgb(175,86,106); }
H1.HeaderClassName
{
color: #AF566A;
}
.AnyTagClassName
{
color: #AF566A;
}
</style>
background-color css
<style>
a { background-color: #AF566A; }
a { background-color: rgb(175,86,106); }
div.DivClassName
{
background-color: #AF566A;
}
.BgClassName
{
background-color: #AF566A;
}
</style>
border-color css
<style>
span { border-color: #AF566A; }
span { border-color: rgb(175,86,106); }
td.TdClassName
{
border-color: #AF566A;
}
.TagClassName
{
border-color: #AF566A;
}
</style>