Shades of Blush #AF5466
Tints of Blush #AF5466
RGB
CMYK
RGB Variations
Color information
#AF5466 (or 0xAF5466) is known color: Blush. HEX triplet: AF, 54 and 66. RGB value is (175,84,102). Sum of RGB (Red+Green+Blue) = 175+84+102=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5466 is #50AB99. Grayscale: #717171. Windows color (decimal): -5286810 or 6706351. OLE color: 6706351.
HSL color Cylindrical-coordinate representation of color #AF5466: hue angle of 348.13º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5466 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 102 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.31 |
| HSL | 348.13º | 0.36% | 0.51% | - |
| HSV(B) | 348.13º | 0.52% | 0.69% | - |
| XYZ | 23.25 | 16.41 | 14.51 | - |
| YUV | 113.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 102 | 0 | 0.52 | 0.42 | 0.31 | 348.13 | 0.36 | 0.51 |
| Hex | AF | 54 | 66 | 0 | 34 | 2A | 1F | 15C | 24 | 33 |
| Octal | 257 | 124 | 146 | 0 | 64 | 52 | 37 | 534 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1100110 | 0 | 110100 | 101010 | 11111 | 101011100 | 100100 | 110011 |
Color Harmonies of #AF5466
Complementary color
Monochromatic Colors of #AF5466
Black with #AF5466
Text Example
Text Example
White with #AF5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5466; }
p { color: rgb(175,84,102); }
H1.HeaderClassName
{
color: #AF5466;
}
.AnyTagClassName
{
color: #AF5466;
}
</style>
background-color css
<style>
a { background-color: #AF5466; }
a { background-color: rgb(175,84,102); }
div.DivClassName
{
background-color: #AF5466;
}
.BgClassName
{
background-color: #AF5466;
}
</style>
border-color css
<style>
span { border-color: #AF5466; }
span { border-color: rgb(175,84,102); }
td.TdClassName
{
border-color: #AF5466;
}
.TagClassName
{
border-color: #AF5466;
}
</style>