Shades of Hippie Pink #AC4355
Tints of Hippie Pink #AC4355
RGB
CMYK
RGB Variations
Color information
#AC4355 (or 0xAC4355) is known color: Hippie Pink. HEX triplet: AC, 43 and 55. RGB value is (172,67,85). Sum of RGB (Red+Green+Blue) = 172+67+85=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4355 is #53BCAA. Grayscale: #646464. Windows color (decimal): -5487787 or 5587884. OLE color: 5587884.
HSL color Cylindrical-coordinate representation of color #AC4355: hue angle of 349.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4355 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 85 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.33 |
| HSL | 349.71º | 0.44% | 0.47% | - |
| HSV(B) | 349.71º | 0.61% | 0.67% | - |
| XYZ | 20.66 | 13.44 | 10.1 | - |
| YUV | 100.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 85 | 0 | 0.61 | 0.51 | 0.33 | 349.71 | 0.44 | 0.47 |
| Hex | AC | 43 | 55 | 0 | 3D | 33 | 21 | 15E | 2C | 2F |
| Octal | 254 | 103 | 125 | 0 | 75 | 63 | 41 | 536 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1010101 | 0 | 111101 | 110011 | 100001 | 101011110 | 101100 | 101111 |
Color Harmonies of #AC4355
Complementary color
Monochromatic Colors of #AC4355
Black with #AC4355
Text Example
Text Example
White with #AC4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4355; }
p { color: rgb(172,67,85); }
H1.HeaderClassName
{
color: #AC4355;
}
.AnyTagClassName
{
color: #AC4355;
}
</style>
background-color css
<style>
a { background-color: #AC4355; }
a { background-color: rgb(172,67,85); }
div.DivClassName
{
background-color: #AC4355;
}
.BgClassName
{
background-color: #AC4355;
}
</style>
border-color css
<style>
span { border-color: #AC4355; }
span { border-color: rgb(172,67,85); }
td.TdClassName
{
border-color: #AC4355;
}
.TagClassName
{
border-color: #AC4355;
}
</style>