Shades of Blush #AF5C6D
Tints of Blush #AF5C6D
RGB
CMYK
RGB Variations
Color information
#AF5C6D (or 0xAF5C6D) is known color: Blush. HEX triplet: AF, 5C and 6D. RGB value is (175,92,109). Sum of RGB (Red+Green+Blue) = 175+92+109=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C6D is #50A392. Grayscale: #767676. Windows color (decimal): -5284755 or 7167151. OLE color: 7167151.
HSL color Cylindrical-coordinate representation of color #AF5C6D: hue angle of 347.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C6D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 109 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.31 |
| HSL | 347.71º | 0.34% | 0.52% | - |
| HSV(B) | 347.71º | 0.47% | 0.69% | - |
| XYZ | 24.27 | 17.87 | 16.64 | - |
| YUV | 118.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 109 | 0 | 0.47 | 0.38 | 0.31 | 347.71 | 0.34 | 0.52 |
| Hex | AF | 5C | 6D | 0 | 2F | 26 | 1F | 15C | 22 | 34 |
| Octal | 257 | 134 | 155 | 0 | 57 | 46 | 37 | 534 | 42 | 64 |
| Binary | 10101111 | 1011100 | 1101101 | 0 | 101111 | 100110 | 11111 | 101011100 | 100010 | 110100 |
Color Harmonies of #AF5C6D
Complementary color
Monochromatic Colors of #AF5C6D
Black with #AF5C6D
Text Example
Text Example
White with #AF5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C6D; }
p { color: rgb(175,92,109); }
H1.HeaderClassName
{
color: #AF5C6D;
}
.AnyTagClassName
{
color: #AF5C6D;
}
</style>
background-color css
<style>
a { background-color: #AF5C6D; }
a { background-color: rgb(175,92,109); }
div.DivClassName
{
background-color: #AF5C6D;
}
.BgClassName
{
background-color: #AF5C6D;
}
</style>
border-color css
<style>
span { border-color: #AF5C6D; }
span { border-color: rgb(175,92,109); }
td.TdClassName
{
border-color: #AF5C6D;
}
.TagClassName
{
border-color: #AF5C6D;
}
</style>