Shades of Blush #AC5A6C
Tints of Blush #AC5A6C
RGB
CMYK
RGB Variations
Color information
#AC5A6C (or 0xAC5A6C) is known color: Blush. HEX triplet: AC, 5A and 6C. RGB value is (172,90,108). Sum of RGB (Red+Green+Blue) = 172+90+108=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A6C is #53A593. Grayscale: #747474. Windows color (decimal): -5481876 or 7101100. OLE color: 7101100.
HSL color Cylindrical-coordinate representation of color #AC5A6C: hue angle of 346.83º 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 #AC5A6C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 108 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.33 |
| HSL | 346.83º | 0.33% | 0.51% | - |
| HSV(B) | 346.83º | 0.48% | 0.67% | - |
| XYZ | 23.38 | 17.17 | 16.27 | - |
| YUV | 116.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 108 | 0 | 0.48 | 0.37 | 0.33 | 346.83 | 0.33 | 0.51 |
| Hex | AC | 5A | 6C | 0 | 30 | 25 | 21 | 15B | 21 | 33 |
| Octal | 254 | 132 | 154 | 0 | 60 | 45 | 41 | 533 | 41 | 63 |
| Binary | 10101100 | 1011010 | 1101100 | 0 | 110000 | 100101 | 100001 | 101011011 | 100001 | 110011 |
Color Harmonies of #AC5A6C
Complementary color
Monochromatic Colors of #AC5A6C
Black with #AC5A6C
Text Example
Text Example
White with #AC5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A6C; }
p { color: rgb(172,90,108); }
H1.HeaderClassName
{
color: #AC5A6C;
}
.AnyTagClassName
{
color: #AC5A6C;
}
</style>
background-color css
<style>
a { background-color: #AC5A6C; }
a { background-color: rgb(172,90,108); }
div.DivClassName
{
background-color: #AC5A6C;
}
.BgClassName
{
background-color: #AC5A6C;
}
</style>
border-color css
<style>
span { border-color: #AC5A6C; }
span { border-color: rgb(172,90,108); }
td.TdClassName
{
border-color: #AC5A6C;
}
.TagClassName
{
border-color: #AC5A6C;
}
</style>