Shades of Blush #AC516D
Tints of Blush #AC516D
RGB
CMYK
RGB Variations
Color information
#AC516D (or 0xAC516D) is known color: Blush. HEX triplet: AC, 51 and 6D. RGB value is (172,81,109). Sum of RGB (Red+Green+Blue) = 172+81+109=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC516D is #53AE92. Grayscale: #6F6F6F. Windows color (decimal): -5484179 or 7164332. OLE color: 7164332.
HSL color Cylindrical-coordinate representation of color #AC516D: hue angle of 341.54º 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 #AC516D is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 109 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.33 |
| HSL | 341.54º | 0.36% | 0.5% | - |
| HSV(B) | 341.54º | 0.53% | 0.67% | - |
| XYZ | 22.72 | 15.76 | 16.31 | - |
| YUV | 111.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 109 | 0 | 0.53 | 0.37 | 0.33 | 341.54 | 0.36 | 0.5 |
| Hex | AC | 51 | 6D | 0 | 35 | 25 | 21 | 156 | 24 | 32 |
| Octal | 254 | 121 | 155 | 0 | 65 | 45 | 41 | 526 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1101101 | 0 | 110101 | 100101 | 100001 | 101010110 | 100100 | 110010 |
Color Harmonies of #AC516D
Complementary color
Monochromatic Colors of #AC516D
Black with #AC516D
Text Example
Text Example
White with #AC516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC516D; }
p { color: rgb(172,81,109); }
H1.HeaderClassName
{
color: #AC516D;
}
.AnyTagClassName
{
color: #AC516D;
}
</style>
background-color css
<style>
a { background-color: #AC516D; }
a { background-color: rgb(172,81,109); }
div.DivClassName
{
background-color: #AC516D;
}
.BgClassName
{
background-color: #AC516D;
}
</style>
border-color css
<style>
span { border-color: #AC516D; }
span { border-color: rgb(172,81,109); }
td.TdClassName
{
border-color: #AC516D;
}
.TagClassName
{
border-color: #AC516D;
}
</style>