Shades of Hippie Pink #AC515B
Tints of Hippie Pink #AC515B
RGB
CMYK
RGB Variations
Color information
#AC515B (or 0xAC515B) is known color: Hippie Pink. HEX triplet: AC, 51 and 5B. RGB value is (172,81,91). Sum of RGB (Red+Green+Blue) = 172+81+91=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC515B is #53AEA4. Grayscale: #6D6D6D. Windows color (decimal): -5484197 or 5984684. OLE color: 5984684.
HSL color Cylindrical-coordinate representation of color #AC515B: hue angle of 353.41º 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 #AC515B is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 91 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.33 |
| HSL | 353.41º | 0.36% | 0.5% | - |
| HSV(B) | 353.41º | 0.53% | 0.67% | - |
| XYZ | 21.84 | 15.41 | 11.72 | - |
| YUV | 109.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 91 | 0 | 0.53 | 0.47 | 0.33 | 353.41 | 0.36 | 0.5 |
| Hex | AC | 51 | 5B | 0 | 35 | 2F | 21 | 161 | 24 | 32 |
| Octal | 254 | 121 | 133 | 0 | 65 | 57 | 41 | 541 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1011011 | 0 | 110101 | 101111 | 100001 | 101100001 | 100100 | 110010 |
Color Harmonies of #AC515B
Complementary color
Monochromatic Colors of #AC515B
Black with #AC515B
Text Example
Text Example
White with #AC515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC515B; }
p { color: rgb(172,81,91); }
H1.HeaderClassName
{
color: #AC515B;
}
.AnyTagClassName
{
color: #AC515B;
}
</style>
background-color css
<style>
a { background-color: #AC515B; }
a { background-color: rgb(172,81,91); }
div.DivClassName
{
background-color: #AC515B;
}
.BgClassName
{
background-color: #AC515B;
}
</style>
border-color css
<style>
span { border-color: #AC515B; }
span { border-color: rgb(172,81,91); }
td.TdClassName
{
border-color: #AC515B;
}
.TagClassName
{
border-color: #AC515B;
}
</style>