Shades of Blush #AC5A6E
Tints of Blush #AC5A6E
RGB
CMYK
RGB Variations
Color information
#AC5A6E (or 0xAC5A6E) is known color: Blush. HEX triplet: AC, 5A and 6E. RGB value is (172,90,110). Sum of RGB (Red+Green+Blue) = 172+90+110=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A6E is #53A591. Grayscale: #747474. Windows color (decimal): -5481874 or 7232172. OLE color: 7232172.
HSL color Cylindrical-coordinate representation of color #AC5A6E: hue angle of 345.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A6E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 110 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.33 |
| HSL | 345.37º | 0.33% | 0.51% | - |
| HSV(B) | 345.37º | 0.48% | 0.67% | - |
| XYZ | 23.48 | 17.21 | 16.84 | - |
| YUV | 116.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 110 | 0 | 0.48 | 0.36 | 0.33 | 345.37 | 0.33 | 0.51 |
| Hex | AC | 5A | 6E | 0 | 30 | 24 | 21 | 159 | 21 | 33 |
| Octal | 254 | 132 | 156 | 0 | 60 | 44 | 41 | 531 | 41 | 63 |
| Binary | 10101100 | 1011010 | 1101110 | 0 | 110000 | 100100 | 100001 | 101011001 | 100001 | 110011 |
Color Harmonies of #AC5A6E
Complementary color
Monochromatic Colors of #AC5A6E
Black with #AC5A6E
Text Example
Text Example
White with #AC5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A6E; }
p { color: rgb(172,90,110); }
H1.HeaderClassName
{
color: #AC5A6E;
}
.AnyTagClassName
{
color: #AC5A6E;
}
</style>
background-color css
<style>
a { background-color: #AC5A6E; }
a { background-color: rgb(172,90,110); }
div.DivClassName
{
background-color: #AC5A6E;
}
.BgClassName
{
background-color: #AC5A6E;
}
</style>
border-color css
<style>
span { border-color: #AC5A6E; }
span { border-color: rgb(172,90,110); }
td.TdClassName
{
border-color: #AC5A6E;
}
.TagClassName
{
border-color: #AC5A6E;
}
</style>