Shades of Hippie Pink #AC545D
Tints of Hippie Pink #AC545D
RGB
CMYK
RGB Variations
Color information
#AC545D (or 0xAC545D) is known color: Hippie Pink. HEX triplet: AC, 54 and 5D. RGB value is (172,84,93). Sum of RGB (Red+Green+Blue) = 172+84+93=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545D is #53ABA2. Grayscale: #6F6F6F. Windows color (decimal): -5483427 or 6116524. OLE color: 6116524.
HSL color Cylindrical-coordinate representation of color #AC545D: hue angle of 353.86º 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 #AC545D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 93 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.33 |
| HSL | 353.86º | 0.35% | 0.5% | - |
| HSV(B) | 353.86º | 0.51% | 0.67% | - |
| XYZ | 22.16 | 15.9 | 12.26 | - |
| YUV | 111.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 93 | 0 | 0.51 | 0.46 | 0.33 | 353.86 | 0.35 | 0.5 |
| Hex | AC | 54 | 5D | 0 | 33 | 2E | 21 | 162 | 23 | 32 |
| Octal | 254 | 124 | 135 | 0 | 63 | 56 | 41 | 542 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1011101 | 0 | 110011 | 101110 | 100001 | 101100010 | 100011 | 110010 |
Color Harmonies of #AC545D
Complementary color
Monochromatic Colors of #AC545D
Black with #AC545D
Text Example
Text Example
White with #AC545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC545D; }
p { color: rgb(172,84,93); }
H1.HeaderClassName
{
color: #AC545D;
}
.AnyTagClassName
{
color: #AC545D;
}
</style>
background-color css
<style>
a { background-color: #AC545D; }
a { background-color: rgb(172,84,93); }
div.DivClassName
{
background-color: #AC545D;
}
.BgClassName
{
background-color: #AC545D;
}
</style>
border-color css
<style>
span { border-color: #AC545D; }
span { border-color: rgb(172,84,93); }
td.TdClassName
{
border-color: #AC545D;
}
.TagClassName
{
border-color: #AC545D;
}
</style>