Shades of Blush #AF5A6D
Tints of Blush #AF5A6D
RGB
CMYK
RGB Variations
Color information
#AF5A6D (or 0xAF5A6D) is known color: Blush. HEX triplet: AF, 5A and 6D. RGB value is (175,90,109). Sum of RGB (Red+Green+Blue) = 175+90+109=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A6D is #50A592. Grayscale: #757575. Windows color (decimal): -5285267 or 7166639. OLE color: 7166639.
HSL color Cylindrical-coordinate representation of color #AF5A6D: hue angle of 346.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5A6D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 109 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.31 |
| HSL | 346.59º | 0.35% | 0.52% | - |
| HSV(B) | 346.59º | 0.49% | 0.69% | - |
| XYZ | 24.1 | 17.53 | 16.58 | - |
| YUV | 117.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 109 | 0 | 0.49 | 0.38 | 0.31 | 346.59 | 0.35 | 0.52 |
| Hex | AF | 5A | 6D | 0 | 31 | 26 | 1F | 15B | 23 | 34 |
| Octal | 257 | 132 | 155 | 0 | 61 | 46 | 37 | 533 | 43 | 64 |
| Binary | 10101111 | 1011010 | 1101101 | 0 | 110001 | 100110 | 11111 | 101011011 | 100011 | 110100 |
Color Harmonies of #AF5A6D
Complementary color
Monochromatic Colors of #AF5A6D
Black with #AF5A6D
Text Example
Text Example
White with #AF5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A6D; }
p { color: rgb(175,90,109); }
H1.HeaderClassName
{
color: #AF5A6D;
}
.AnyTagClassName
{
color: #AF5A6D;
}
</style>
background-color css
<style>
a { background-color: #AF5A6D; }
a { background-color: rgb(175,90,109); }
div.DivClassName
{
background-color: #AF5A6D;
}
.BgClassName
{
background-color: #AF5A6D;
}
</style>
border-color css
<style>
span { border-color: #AF5A6D; }
span { border-color: rgb(175,90,109); }
td.TdClassName
{
border-color: #AF5A6D;
}
.TagClassName
{
border-color: #AF5A6D;
}
</style>