Shades of Hippie Pink #AC4155
Tints of Hippie Pink #AC4155
RGB
CMYK
RGB Variations
Color information
#AC4155 (or 0xAC4155) is known color: Hippie Pink. HEX triplet: AC, 41 and 55. RGB value is (172,65,85). Sum of RGB (Red+Green+Blue) = 172+65+85=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4155 is #53BEAA. Grayscale: #636363. Windows color (decimal): -5488299 or 5587372. OLE color: 5587372.
HSL color Cylindrical-coordinate representation of color #AC4155: hue angle of 348.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4155 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 85 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.33 |
| HSL | 348.79º | 0.45% | 0.46% | - |
| HSV(B) | 348.79º | 0.62% | 0.67% | - |
| XYZ | 20.54 | 13.21 | 10.06 | - |
| YUV | 99.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 85 | 0 | 0.62 | 0.51 | 0.33 | 348.79 | 0.45 | 0.46 |
| Hex | AC | 41 | 55 | 0 | 3E | 33 | 21 | 15D | 2D | 2E |
| Octal | 254 | 101 | 125 | 0 | 76 | 63 | 41 | 535 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1010101 | 0 | 111110 | 110011 | 100001 | 101011101 | 101101 | 101110 |
Color Harmonies of #AC4155
Complementary color
Monochromatic Colors of #AC4155
Black with #AC4155
Text Example
Text Example
White with #AC4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4155; }
p { color: rgb(172,65,85); }
H1.HeaderClassName
{
color: #AC4155;
}
.AnyTagClassName
{
color: #AC4155;
}
</style>
background-color css
<style>
a { background-color: #AC4155; }
a { background-color: rgb(172,65,85); }
div.DivClassName
{
background-color: #AC4155;
}
.BgClassName
{
background-color: #AC4155;
}
</style>
border-color css
<style>
span { border-color: #AC4155; }
span { border-color: rgb(172,65,85); }
td.TdClassName
{
border-color: #AC4155;
}
.TagClassName
{
border-color: #AC4155;
}
</style>