Shades of Blush #AC526D
Tints of Blush #AC526D
RGB
CMYK
RGB Variations
Color information
#AC526D (or 0xAC526D) is known color: Blush. HEX triplet: AC, 52 and 6D. RGB value is (172,82,109). Sum of RGB (Red+Green+Blue) = 172+82+109=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC526D is #53AD92. Grayscale: #6F6F6F. Windows color (decimal): -5483923 or 7164588. OLE color: 7164588.
HSL color Cylindrical-coordinate representation of color #AC526D: hue angle of 342º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC526D is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 109 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.33 |
| HSL | 342º | 0.35% | 0.5% | - |
| HSV(B) | 342º | 0.52% | 0.67% | - |
| XYZ | 22.79 | 15.91 | 16.34 | - |
| YUV | 111.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 109 | 0 | 0.52 | 0.37 | 0.33 | 342 | 0.35 | 0.5 |
| Hex | AC | 52 | 6D | 0 | 34 | 25 | 21 | 156 | 23 | 32 |
| Octal | 254 | 122 | 155 | 0 | 64 | 45 | 41 | 526 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1101101 | 0 | 110100 | 100101 | 100001 | 101010110 | 100011 | 110010 |
Color Harmonies of #AC526D
Complementary color
Monochromatic Colors of #AC526D
Black with #AC526D
Text Example
Text Example
White with #AC526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC526D; }
p { color: rgb(172,82,109); }
H1.HeaderClassName
{
color: #AC526D;
}
.AnyTagClassName
{
color: #AC526D;
}
</style>
background-color css
<style>
a { background-color: #AC526D; }
a { background-color: rgb(172,82,109); }
div.DivClassName
{
background-color: #AC526D;
}
.BgClassName
{
background-color: #AC526D;
}
</style>
border-color css
<style>
span { border-color: #AC526D; }
span { border-color: rgb(172,82,109); }
td.TdClassName
{
border-color: #AC526D;
}
.TagClassName
{
border-color: #AC526D;
}
</style>