Shades of Blush #AC506C
Tints of Blush #AC506C
RGB
CMYK
RGB Variations
Color information
#AC506C (or 0xAC506C) is known color: Blush. HEX triplet: AC, 50 and 6C. RGB value is (172,80,108). Sum of RGB (Red+Green+Blue) = 172+80+108=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC506C is #53AF93. Grayscale: #6E6E6E. Windows color (decimal): -5484436 or 7098540. OLE color: 7098540.
HSL color Cylindrical-coordinate representation of color #AC506C: hue angle of 341.74º 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 #AC506C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 108 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.33 |
| HSL | 341.74º | 0.37% | 0.49% | - |
| HSV(B) | 341.74º | 0.53% | 0.67% | - |
| XYZ | 22.59 | 15.59 | 16.01 | - |
| YUV | 110.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 108 | 0 | 0.53 | 0.37 | 0.33 | 341.74 | 0.37 | 0.49 |
| Hex | AC | 50 | 6C | 0 | 35 | 25 | 21 | 156 | 25 | 31 |
| Octal | 254 | 120 | 154 | 0 | 65 | 45 | 41 | 526 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1101100 | 0 | 110101 | 100101 | 100001 | 101010110 | 100101 | 110001 |
Color Harmonies of #AC506C
Complementary color
Monochromatic Colors of #AC506C
Black with #AC506C
Text Example
Text Example
White with #AC506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC506C; }
p { color: rgb(172,80,108); }
H1.HeaderClassName
{
color: #AC506C;
}
.AnyTagClassName
{
color: #AC506C;
}
</style>
background-color css
<style>
a { background-color: #AC506C; }
a { background-color: rgb(172,80,108); }
div.DivClassName
{
background-color: #AC506C;
}
.BgClassName
{
background-color: #AC506C;
}
</style>
border-color css
<style>
span { border-color: #AC506C; }
span { border-color: rgb(172,80,108); }
td.TdClassName
{
border-color: #AC506C;
}
.TagClassName
{
border-color: #AC506C;
}
</style>