Shades of Blush #AC546A
Tints of Blush #AC546A
RGB
CMYK
RGB Variations
Color information
#AC546A (or 0xAC546A) is known color: Blush. HEX triplet: AC, 54 and 6A. RGB value is (172,84,106). Sum of RGB (Red+Green+Blue) = 172+84+106=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC546A is #53AB95. Grayscale: #707070. Windows color (decimal): -5483414 or 6968492. OLE color: 6968492.
HSL color Cylindrical-coordinate representation of color #AC546A: hue angle of 345º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC546A is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 106 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.33 |
| HSL | 345º | 0.35% | 0.5% | - |
| HSV(B) | 345º | 0.51% | 0.67% | - |
| XYZ | 22.79 | 16.15 | 15.55 | - |
| YUV | 112.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 106 | 0 | 0.51 | 0.38 | 0.33 | 345 | 0.35 | 0.5 |
| Hex | AC | 54 | 6A | 0 | 33 | 26 | 21 | 159 | 23 | 32 |
| Octal | 254 | 124 | 152 | 0 | 63 | 46 | 41 | 531 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1101010 | 0 | 110011 | 100110 | 100001 | 101011001 | 100011 | 110010 |
Color Harmonies of #AC546A
Complementary color
Monochromatic Colors of #AC546A
Black with #AC546A
Text Example
Text Example
White with #AC546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC546A; }
p { color: rgb(172,84,106); }
H1.HeaderClassName
{
color: #AC546A;
}
.AnyTagClassName
{
color: #AC546A;
}
</style>
background-color css
<style>
a { background-color: #AC546A; }
a { background-color: rgb(172,84,106); }
div.DivClassName
{
background-color: #AC546A;
}
.BgClassName
{
background-color: #AC546A;
}
</style>
border-color css
<style>
span { border-color: #AC546A; }
span { border-color: rgb(172,84,106); }
td.TdClassName
{
border-color: #AC546A;
}
.TagClassName
{
border-color: #AC546A;
}
</style>