Shades of Blush #AF5461
Tints of Blush #AF5461
RGB
CMYK
RGB Variations
Color information
#AF5461 (or 0xAF5461) is known color: Blush. HEX triplet: AF, 54 and 61. RGB value is (175,84,97). Sum of RGB (Red+Green+Blue) = 175+84+97=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5461 is #50AB9E. Grayscale: #707070. Windows color (decimal): -5286815 or 6378671. OLE color: 6378671.
HSL color Cylindrical-coordinate representation of color #AF5461: hue angle of 351.43º 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 #AF5461 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 97 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.31 |
| HSL | 351.43º | 0.36% | 0.51% | - |
| HSV(B) | 351.43º | 0.52% | 0.69% | - |
| XYZ | 23.01 | 16.32 | 13.25 | - |
| YUV | 112.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 97 | 0 | 0.52 | 0.45 | 0.31 | 351.43 | 0.36 | 0.51 |
| Hex | AF | 54 | 61 | 0 | 34 | 2D | 1F | 15F | 24 | 33 |
| Octal | 257 | 124 | 141 | 0 | 64 | 55 | 37 | 537 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1100001 | 0 | 110100 | 101101 | 11111 | 101011111 | 100100 | 110011 |
Color Harmonies of #AF5461
Complementary color
Monochromatic Colors of #AF5461
Black with #AF5461
Text Example
Text Example
White with #AF5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5461; }
p { color: rgb(175,84,97); }
H1.HeaderClassName
{
color: #AF5461;
}
.AnyTagClassName
{
color: #AF5461;
}
</style>
background-color css
<style>
a { background-color: #AF5461; }
a { background-color: rgb(175,84,97); }
div.DivClassName
{
background-color: #AF5461;
}
.BgClassName
{
background-color: #AF5461;
}
</style>
border-color css
<style>
span { border-color: #AF5461; }
span { border-color: rgb(175,84,97); }
td.TdClassName
{
border-color: #AF5461;
}
.TagClassName
{
border-color: #AF5461;
}
</style>