Shades of Hippie Pink #AC515C
Tints of Hippie Pink #AC515C
RGB
CMYK
RGB Variations
Color information
#AC515C (or 0xAC515C) is known color: Hippie Pink. HEX triplet: AC, 51 and 5C. RGB value is (172,81,92). Sum of RGB (Red+Green+Blue) = 172+81+92=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC515C is #53AEA3. Grayscale: #6D6D6D. Windows color (decimal): -5484196 or 6050220. OLE color: 6050220.
HSL color Cylindrical-coordinate representation of color #AC515C: hue angle of 352.75º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC515C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 92 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.33 |
| HSL | 352.75º | 0.36% | 0.5% | - |
| HSV(B) | 352.75º | 0.53% | 0.67% | - |
| XYZ | 21.89 | 15.43 | 11.95 | - |
| YUV | 109.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 92 | 0 | 0.53 | 0.47 | 0.33 | 352.75 | 0.36 | 0.5 |
| Hex | AC | 51 | 5C | 0 | 35 | 2F | 21 | 161 | 24 | 32 |
| Octal | 254 | 121 | 134 | 0 | 65 | 57 | 41 | 541 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1011100 | 0 | 110101 | 101111 | 100001 | 101100001 | 100100 | 110010 |
Color Harmonies of #AC515C
Complementary color
Monochromatic Colors of #AC515C
Black with #AC515C
Text Example
Text Example
White with #AC515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC515C; }
p { color: rgb(172,81,92); }
H1.HeaderClassName
{
color: #AC515C;
}
.AnyTagClassName
{
color: #AC515C;
}
</style>
background-color css
<style>
a { background-color: #AC515C; }
a { background-color: rgb(172,81,92); }
div.DivClassName
{
background-color: #AC515C;
}
.BgClassName
{
background-color: #AC515C;
}
</style>
border-color css
<style>
span { border-color: #AC515C; }
span { border-color: rgb(172,81,92); }
td.TdClassName
{
border-color: #AC515C;
}
.TagClassName
{
border-color: #AC515C;
}
</style>