Shades of Blush #AC586D
Tints of Blush #AC586D
RGB
CMYK
RGB Variations
Color information
#AC586D (or 0xAC586D) is known color: Blush. HEX triplet: AC, 58 and 6D. RGB value is (172,88,109). Sum of RGB (Red+Green+Blue) = 172+88+109=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC586D is #53A792. Grayscale: #737373. Windows color (decimal): -5482387 or 7166124. OLE color: 7166124.
HSL color Cylindrical-coordinate representation of color #AC586D: hue angle of 345º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC586D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 109 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.33 |
| HSL | 345º | 0.34% | 0.51% | - |
| HSV(B) | 345º | 0.49% | 0.67% | - |
| XYZ | 23.26 | 16.85 | 16.5 | - |
| YUV | 115.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 109 | 0 | 0.49 | 0.37 | 0.33 | 345 | 0.34 | 0.51 |
| Hex | AC | 58 | 6D | 0 | 31 | 25 | 21 | 159 | 22 | 33 |
| Octal | 254 | 130 | 155 | 0 | 61 | 45 | 41 | 531 | 42 | 63 |
| Binary | 10101100 | 1011000 | 1101101 | 0 | 110001 | 100101 | 100001 | 101011001 | 100010 | 110011 |
Color Harmonies of #AC586D
Complementary color
Monochromatic Colors of #AC586D
Black with #AC586D
Text Example
Text Example
White with #AC586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC586D; }
p { color: rgb(172,88,109); }
H1.HeaderClassName
{
color: #AC586D;
}
.AnyTagClassName
{
color: #AC586D;
}
</style>
background-color css
<style>
a { background-color: #AC586D; }
a { background-color: rgb(172,88,109); }
div.DivClassName
{
background-color: #AC586D;
}
.BgClassName
{
background-color: #AC586D;
}
</style>
border-color css
<style>
span { border-color: #AC586D; }
span { border-color: rgb(172,88,109); }
td.TdClassName
{
border-color: #AC586D;
}
.TagClassName
{
border-color: #AC586D;
}
</style>