Shades of Blush #AC516C
Tints of Blush #AC516C
RGB
CMYK
RGB Variations
Color information
#AC516C (or 0xAC516C) is known color: Blush. HEX triplet: AC, 51 and 6C. RGB value is (172,81,108). Sum of RGB (Red+Green+Blue) = 172+81+108=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC516C is #53AE93. Grayscale: #6F6F6F. Windows color (decimal): -5484180 or 7098796. OLE color: 7098796.
HSL color Cylindrical-coordinate representation of color #AC516C: hue angle of 342.2º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC516C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 108 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.33 |
| HSL | 342.2º | 0.36% | 0.5% | - |
| HSV(B) | 342.2º | 0.53% | 0.67% | - |
| XYZ | 22.66 | 15.74 | 16.03 | - |
| YUV | 111.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 108 | 0 | 0.53 | 0.37 | 0.33 | 342.2 | 0.36 | 0.5 |
| Hex | AC | 51 | 6C | 0 | 35 | 25 | 21 | 156 | 24 | 32 |
| Octal | 254 | 121 | 154 | 0 | 65 | 45 | 41 | 526 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1101100 | 0 | 110101 | 100101 | 100001 | 101010110 | 100100 | 110010 |
Color Harmonies of #AC516C
Complementary color
Monochromatic Colors of #AC516C
Black with #AC516C
Text Example
Text Example
White with #AC516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC516C; }
p { color: rgb(172,81,108); }
H1.HeaderClassName
{
color: #AC516C;
}
.AnyTagClassName
{
color: #AC516C;
}
</style>
background-color css
<style>
a { background-color: #AC516C; }
a { background-color: rgb(172,81,108); }
div.DivClassName
{
background-color: #AC516C;
}
.BgClassName
{
background-color: #AC516C;
}
</style>
border-color css
<style>
span { border-color: #AC516C; }
span { border-color: rgb(172,81,108); }
td.TdClassName
{
border-color: #AC516C;
}
.TagClassName
{
border-color: #AC516C;
}
</style>