Shades of Hippie Pink #AC545F
Tints of Hippie Pink #AC545F
RGB
CMYK
RGB Variations
Color information
#AC545F (or 0xAC545F) is known color: Hippie Pink. HEX triplet: AC, 54 and 5F. RGB value is (172,84,95). Sum of RGB (Red+Green+Blue) = 172+84+95=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545F is #53ABA0. Grayscale: #6F6F6F. Windows color (decimal): -5483425 or 6247596. OLE color: 6247596.
HSL color Cylindrical-coordinate representation of color #AC545F: hue angle of 352.5º 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 #AC545F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 95 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.33 |
| HSL | 352.5º | 0.35% | 0.5% | - |
| HSV(B) | 352.5º | 0.51% | 0.67% | - |
| XYZ | 22.25 | 15.94 | 12.73 | - |
| YUV | 111.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 95 | 0 | 0.51 | 0.45 | 0.33 | 352.5 | 0.35 | 0.5 |
| Hex | AC | 54 | 5F | 0 | 33 | 2D | 21 | 160 | 23 | 32 |
| Octal | 254 | 124 | 137 | 0 | 63 | 55 | 41 | 540 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1011111 | 0 | 110011 | 101101 | 100001 | 101100000 | 100011 | 110010 |
Color Harmonies of #AC545F
Complementary color
Monochromatic Colors of #AC545F
Black with #AC545F
Text Example
Text Example
White with #AC545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC545F; }
p { color: rgb(172,84,95); }
H1.HeaderClassName
{
color: #AC545F;
}
.AnyTagClassName
{
color: #AC545F;
}
</style>
background-color css
<style>
a { background-color: #AC545F; }
a { background-color: rgb(172,84,95); }
div.DivClassName
{
background-color: #AC545F;
}
.BgClassName
{
background-color: #AC545F;
}
</style>
border-color css
<style>
span { border-color: #AC545F; }
span { border-color: rgb(172,84,95); }
td.TdClassName
{
border-color: #AC545F;
}
.TagClassName
{
border-color: #AC545F;
}
</style>