Shades of Blush #AF5A6C
Tints of Blush #AF5A6C
RGB
CMYK
RGB Variations
Color information
#AF5A6C (or 0xAF5A6C) is known color: Blush. HEX triplet: AF, 5A and 6C. RGB value is (175,90,108). Sum of RGB (Red+Green+Blue) = 175+90+108=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A6C is #50A593. Grayscale: #757575. Windows color (decimal): -5285268 or 7101103. OLE color: 7101103.
HSL color Cylindrical-coordinate representation of color #AF5A6C: hue angle of 347.29º 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 #AF5A6C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 108 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.31 |
| HSL | 347.29º | 0.35% | 0.52% | - |
| HSV(B) | 347.29º | 0.49% | 0.69% | - |
| XYZ | 24.04 | 17.51 | 16.3 | - |
| YUV | 117.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 108 | 0 | 0.49 | 0.38 | 0.31 | 347.29 | 0.35 | 0.52 |
| Hex | AF | 5A | 6C | 0 | 31 | 26 | 1F | 15B | 23 | 34 |
| Octal | 257 | 132 | 154 | 0 | 61 | 46 | 37 | 533 | 43 | 64 |
| Binary | 10101111 | 1011010 | 1101100 | 0 | 110001 | 100110 | 11111 | 101011011 | 100011 | 110100 |
Color Harmonies of #AF5A6C
Complementary color
Monochromatic Colors of #AF5A6C
Black with #AF5A6C
Text Example
Text Example
White with #AF5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A6C; }
p { color: rgb(175,90,108); }
H1.HeaderClassName
{
color: #AF5A6C;
}
.AnyTagClassName
{
color: #AF5A6C;
}
</style>
background-color css
<style>
a { background-color: #AF5A6C; }
a { background-color: rgb(175,90,108); }
div.DivClassName
{
background-color: #AF5A6C;
}
.BgClassName
{
background-color: #AF5A6C;
}
</style>
border-color css
<style>
span { border-color: #AF5A6C; }
span { border-color: rgb(175,90,108); }
td.TdClassName
{
border-color: #AF5A6C;
}
.TagClassName
{
border-color: #AF5A6C;
}
</style>