Shades of Hippie Pink #AC545C
Tints of Hippie Pink #AC545C
RGB
CMYK
RGB Variations
Color information
#AC545C (or 0xAC545C) is known color: Hippie Pink. HEX triplet: AC, 54 and 5C. RGB value is (172,84,92). Sum of RGB (Red+Green+Blue) = 172+84+92=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545C is #53ABA3. Grayscale: #6F6F6F. Windows color (decimal): -5483428 or 6050988. OLE color: 6050988.
HSL color Cylindrical-coordinate representation of color #AC545C: hue angle of 354.55º 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 #AC545C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 92 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.33 |
| HSL | 354.55º | 0.35% | 0.5% | - |
| HSV(B) | 354.55º | 0.51% | 0.67% | - |
| XYZ | 22.12 | 15.88 | 12.03 | - |
| YUV | 111.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 92 | 0 | 0.51 | 0.47 | 0.33 | 354.55 | 0.35 | 0.5 |
| Hex | AC | 54 | 5C | 0 | 33 | 2F | 21 | 163 | 23 | 32 |
| Octal | 254 | 124 | 134 | 0 | 63 | 57 | 41 | 543 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1011100 | 0 | 110011 | 101111 | 100001 | 101100011 | 100011 | 110010 |
Color Harmonies of #AC545C
Complementary color
Monochromatic Colors of #AC545C
Black with #AC545C
Text Example
Text Example
White with #AC545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC545C; }
p { color: rgb(172,84,92); }
H1.HeaderClassName
{
color: #AC545C;
}
.AnyTagClassName
{
color: #AC545C;
}
</style>
background-color css
<style>
a { background-color: #AC545C; }
a { background-color: rgb(172,84,92); }
div.DivClassName
{
background-color: #AC545C;
}
.BgClassName
{
background-color: #AC545C;
}
</style>
border-color css
<style>
span { border-color: #AC545C; }
span { border-color: rgb(172,84,92); }
td.TdClassName
{
border-color: #AC545C;
}
.TagClassName
{
border-color: #AC545C;
}
</style>