Shades of Blush #AF566B
Tints of Blush #AF566B
RGB
CMYK
RGB Variations
Color information
#AF566B (or 0xAF566B) is known color: Blush. HEX triplet: AF, 56 and 6B. RGB value is (175,86,107). Sum of RGB (Red+Green+Blue) = 175+86+107=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF566B is #50A994. Grayscale: #737373. Windows color (decimal): -5286293 or 7034543. OLE color: 7034543.
HSL color Cylindrical-coordinate representation of color #AF566B: hue angle of 345.84º 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 #AF566B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 107 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.31 |
| HSL | 345.84º | 0.36% | 0.51% | - |
| HSV(B) | 345.84º | 0.51% | 0.69% | - |
| XYZ | 23.66 | 16.83 | 15.91 | - |
| YUV | 115.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 107 | 0 | 0.51 | 0.39 | 0.31 | 345.84 | 0.36 | 0.51 |
| Hex | AF | 56 | 6B | 0 | 33 | 27 | 1F | 15A | 24 | 33 |
| Octal | 257 | 126 | 153 | 0 | 63 | 47 | 37 | 532 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1101011 | 0 | 110011 | 100111 | 11111 | 101011010 | 100100 | 110011 |
Color Harmonies of #AF566B
Complementary color
Monochromatic Colors of #AF566B
Black with #AF566B
Text Example
Text Example
White with #AF566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF566B; }
p { color: rgb(175,86,107); }
H1.HeaderClassName
{
color: #AF566B;
}
.AnyTagClassName
{
color: #AF566B;
}
</style>
background-color css
<style>
a { background-color: #AF566B; }
a { background-color: rgb(175,86,107); }
div.DivClassName
{
background-color: #AF566B;
}
.BgClassName
{
background-color: #AF566B;
}
</style>
border-color css
<style>
span { border-color: #AF566B; }
span { border-color: rgb(175,86,107); }
td.TdClassName
{
border-color: #AF566B;
}
.TagClassName
{
border-color: #AF566B;
}
</style>