Shades of Hippie Pink #AC4159
Tints of Hippie Pink #AC4159
RGB
CMYK
RGB Variations
Color information
#AC4159 (or 0xAC4159) is known color: Hippie Pink. HEX triplet: AC, 41 and 59. RGB value is (172,65,89). Sum of RGB (Red+Green+Blue) = 172+65+89=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4159 is #53BEA6. Grayscale: #636363. Windows color (decimal): -5488295 or 5849516. OLE color: 5849516.
HSL color Cylindrical-coordinate representation of color #AC4159: hue angle of 346.54º 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 #AC4159 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 89 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.33 |
| HSL | 346.54º | 0.45% | 0.46% | - |
| HSV(B) | 346.54º | 0.62% | 0.67% | - |
| XYZ | 20.71 | 13.27 | 10.92 | - |
| YUV | 99.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 89 | 0 | 0.62 | 0.48 | 0.33 | 346.54 | 0.45 | 0.46 |
| Hex | AC | 41 | 59 | 0 | 3E | 30 | 21 | 15B | 2D | 2E |
| Octal | 254 | 101 | 131 | 0 | 76 | 60 | 41 | 533 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1011001 | 0 | 111110 | 110000 | 100001 | 101011011 | 101101 | 101110 |
Color Harmonies of #AC4159
Complementary color
Monochromatic Colors of #AC4159
Black with #AC4159
Text Example
Text Example
White with #AC4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4159; }
p { color: rgb(172,65,89); }
H1.HeaderClassName
{
color: #AC4159;
}
.AnyTagClassName
{
color: #AC4159;
}
</style>
background-color css
<style>
a { background-color: #AC4159; }
a { background-color: rgb(172,65,89); }
div.DivClassName
{
background-color: #AC4159;
}
.BgClassName
{
background-color: #AC4159;
}
</style>
border-color css
<style>
span { border-color: #AC4159; }
span { border-color: rgb(172,65,89); }
td.TdClassName
{
border-color: #AC4159;
}
.TagClassName
{
border-color: #AC4159;
}
</style>