Shades of Blush #AC5166
Tints of Blush #AC5166
RGB
CMYK
RGB Variations
Color information
#AC5166 (or 0xAC5166) is known color: Blush. HEX triplet: AC, 51 and 66. RGB value is (172,81,102). Sum of RGB (Red+Green+Blue) = 172+81+102=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5166 is #53AE99. Grayscale: #6E6E6E. Windows color (decimal): -5484186 or 6705580. OLE color: 6705580.
HSL color Cylindrical-coordinate representation of color #AC5166: hue angle of 346.15º 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 #AC5166 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 102 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.33 |
| HSL | 346.15º | 0.36% | 0.5% | - |
| HSV(B) | 346.15º | 0.53% | 0.67% | - |
| XYZ | 22.35 | 15.61 | 14.41 | - |
| YUV | 110.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 102 | 0 | 0.53 | 0.41 | 0.33 | 346.15 | 0.36 | 0.5 |
| Hex | AC | 51 | 66 | 0 | 35 | 29 | 21 | 15A | 24 | 32 |
| Octal | 254 | 121 | 146 | 0 | 65 | 51 | 41 | 532 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1100110 | 0 | 110101 | 101001 | 100001 | 101011010 | 100100 | 110010 |
Color Harmonies of #AC5166
Complementary color
Monochromatic Colors of #AC5166
Black with #AC5166
Text Example
Text Example
White with #AC5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5166; }
p { color: rgb(172,81,102); }
H1.HeaderClassName
{
color: #AC5166;
}
.AnyTagClassName
{
color: #AC5166;
}
</style>
background-color css
<style>
a { background-color: #AC5166; }
a { background-color: rgb(172,81,102); }
div.DivClassName
{
background-color: #AC5166;
}
.BgClassName
{
background-color: #AC5166;
}
</style>
border-color css
<style>
span { border-color: #AC5166; }
span { border-color: rgb(172,81,102); }
td.TdClassName
{
border-color: #AC5166;
}
.TagClassName
{
border-color: #AC5166;
}
</style>