Shades of Hippie Pink #AC505E
Tints of Hippie Pink #AC505E
RGB
CMYK
RGB Variations
Color information
#AC505E (or 0xAC505E) is known color: Hippie Pink. HEX triplet: AC, 50 and 5E. RGB value is (172,80,94). Sum of RGB (Red+Green+Blue) = 172+80+94=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC505E is #53AFA1. Grayscale: #6D6D6D. Windows color (decimal): -5484450 or 6181036. OLE color: 6181036.
HSL color Cylindrical-coordinate representation of color #AC505E: hue angle of 350.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC505E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 94 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.33 |
| HSL | 350.87º | 0.37% | 0.49% | - |
| HSV(B) | 350.87º | 0.53% | 0.67% | - |
| XYZ | 21.9 | 15.32 | 12.39 | - |
| YUV | 109.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 94 | 0 | 0.53 | 0.45 | 0.33 | 350.87 | 0.37 | 0.49 |
| Hex | AC | 50 | 5E | 0 | 35 | 2D | 21 | 15F | 25 | 31 |
| Octal | 254 | 120 | 136 | 0 | 65 | 55 | 41 | 537 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1011110 | 0 | 110101 | 101101 | 100001 | 101011111 | 100101 | 110001 |
Color Harmonies of #AC505E
Complementary color
Monochromatic Colors of #AC505E
Black with #AC505E
Text Example
Text Example
White with #AC505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC505E; }
p { color: rgb(172,80,94); }
H1.HeaderClassName
{
color: #AC505E;
}
.AnyTagClassName
{
color: #AC505E;
}
</style>
background-color css
<style>
a { background-color: #AC505E; }
a { background-color: rgb(172,80,94); }
div.DivClassName
{
background-color: #AC505E;
}
.BgClassName
{
background-color: #AC505E;
}
</style>
border-color css
<style>
span { border-color: #AC505E; }
span { border-color: rgb(172,80,94); }
td.TdClassName
{
border-color: #AC505E;
}
.TagClassName
{
border-color: #AC505E;
}
</style>