Shades of Blush #AC5066
Tints of Blush #AC5066
RGB
CMYK
RGB Variations
Color information
#AC5066 (or 0xAC5066) is known color: Blush. HEX triplet: AC, 50 and 66. RGB value is (172,80,102). Sum of RGB (Red+Green+Blue) = 172+80+102=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5066 is #53AF99. Grayscale: #6E6E6E. Windows color (decimal): -5484442 or 6705324. OLE color: 6705324.
HSL color Cylindrical-coordinate representation of color #AC5066: hue angle of 345.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5066 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 102 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.33 |
| HSL | 345.65º | 0.37% | 0.49% | - |
| HSV(B) | 345.65º | 0.53% | 0.67% | - |
| XYZ | 22.28 | 15.47 | 14.38 | - |
| YUV | 110.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 102 | 0 | 0.53 | 0.41 | 0.33 | 345.65 | 0.37 | 0.49 |
| Hex | AC | 50 | 66 | 0 | 35 | 29 | 21 | 15A | 25 | 31 |
| Octal | 254 | 120 | 146 | 0 | 65 | 51 | 41 | 532 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1100110 | 0 | 110101 | 101001 | 100001 | 101011010 | 100101 | 110001 |
Color Harmonies of #AC5066
Complementary color
Monochromatic Colors of #AC5066
Black with #AC5066
Text Example
Text Example
White with #AC5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5066; }
p { color: rgb(172,80,102); }
H1.HeaderClassName
{
color: #AC5066;
}
.AnyTagClassName
{
color: #AC5066;
}
</style>
background-color css
<style>
a { background-color: #AC5066; }
a { background-color: rgb(172,80,102); }
div.DivClassName
{
background-color: #AC5066;
}
.BgClassName
{
background-color: #AC5066;
}
</style>
border-color css
<style>
span { border-color: #AC5066; }
span { border-color: rgb(172,80,102); }
td.TdClassName
{
border-color: #AC5066;
}
.TagClassName
{
border-color: #AC5066;
}
</style>