Shades of Blush #AF566C
Tints of Blush #AF566C
RGB
CMYK
RGB Variations
Color information
#AF566C (or 0xAF566C) is known color: Blush. HEX triplet: AF, 56 and 6C. RGB value is (175,86,108). Sum of RGB (Red+Green+Blue) = 175+86+108=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF566C is #50A993. Grayscale: #737373. Windows color (decimal): -5286292 or 7100079. OLE color: 7100079.
HSL color Cylindrical-coordinate representation of color #AF566C: hue angle of 345.17º 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 #AF566C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 108 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.31 |
| HSL | 345.17º | 0.36% | 0.51% | - |
| HSV(B) | 345.17º | 0.51% | 0.69% | - |
| XYZ | 23.71 | 16.85 | 16.19 | - |
| YUV | 115.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 108 | 0 | 0.51 | 0.38 | 0.31 | 345.17 | 0.36 | 0.51 |
| Hex | AF | 56 | 6C | 0 | 33 | 26 | 1F | 159 | 24 | 33 |
| Octal | 257 | 126 | 154 | 0 | 63 | 46 | 37 | 531 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1101100 | 0 | 110011 | 100110 | 11111 | 101011001 | 100100 | 110011 |
Color Harmonies of #AF566C
Complementary color
Monochromatic Colors of #AF566C
Black with #AF566C
Text Example
Text Example
White with #AF566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF566C; }
p { color: rgb(175,86,108); }
H1.HeaderClassName
{
color: #AF566C;
}
.AnyTagClassName
{
color: #AF566C;
}
</style>
background-color css
<style>
a { background-color: #AF566C; }
a { background-color: rgb(175,86,108); }
div.DivClassName
{
background-color: #AF566C;
}
.BgClassName
{
background-color: #AF566C;
}
</style>
border-color css
<style>
span { border-color: #AF566C; }
span { border-color: rgb(175,86,108); }
td.TdClassName
{
border-color: #AF566C;
}
.TagClassName
{
border-color: #AF566C;
}
</style>