Shades of Blush #AF566E
Tints of Blush #AF566E
RGB
CMYK
RGB Variations
Color information
#AF566E (or 0xAF566E) is known color: Blush. HEX triplet: AF, 56 and 6E. RGB value is (175,86,110). Sum of RGB (Red+Green+Blue) = 175+86+110=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF566E is #50A991. Grayscale: #737373. Windows color (decimal): -5286290 or 7231151. OLE color: 7231151.
HSL color Cylindrical-coordinate representation of color #AF566E: hue angle of 343.82º 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 #AF566E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 110 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.31 |
| HSL | 343.82º | 0.36% | 0.51% | - |
| HSV(B) | 343.82º | 0.51% | 0.69% | - |
| XYZ | 23.82 | 16.9 | 16.76 | - |
| YUV | 115.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 110 | 0 | 0.51 | 0.37 | 0.31 | 343.82 | 0.36 | 0.51 |
| Hex | AF | 56 | 6E | 0 | 33 | 25 | 1F | 158 | 24 | 33 |
| Octal | 257 | 126 | 156 | 0 | 63 | 45 | 37 | 530 | 44 | 63 |
| Binary | 10101111 | 1010110 | 1101110 | 0 | 110011 | 100101 | 11111 | 101011000 | 100100 | 110011 |
Color Harmonies of #AF566E
Complementary color
Monochromatic Colors of #AF566E
Black with #AF566E
Text Example
Text Example
White with #AF566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF566E; }
p { color: rgb(175,86,110); }
H1.HeaderClassName
{
color: #AF566E;
}
.AnyTagClassName
{
color: #AF566E;
}
</style>
background-color css
<style>
a { background-color: #AF566E; }
a { background-color: rgb(175,86,110); }
div.DivClassName
{
background-color: #AF566E;
}
.BgClassName
{
background-color: #AF566E;
}
</style>
border-color css
<style>
span { border-color: #AF566E; }
span { border-color: rgb(175,86,110); }
td.TdClassName
{
border-color: #AF566E;
}
.TagClassName
{
border-color: #AF566E;
}
</style>