Shades of Hippie Pink #AC505C
Tints of Hippie Pink #AC505C
RGB
CMYK
RGB Variations
Color information
#AC505C (or 0xAC505C) is known color: Hippie Pink. HEX triplet: AC, 50 and 5C. RGB value is (172,80,92). Sum of RGB (Red+Green+Blue) = 172+80+92=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC505C is #53AFA3. Grayscale: #6C6C6C. Windows color (decimal): -5484452 or 6049964. OLE color: 6049964.
HSL color Cylindrical-coordinate representation of color #AC505C: hue angle of 352.17º 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 #AC505C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 92 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.33 |
| HSL | 352.17º | 0.37% | 0.49% | - |
| HSV(B) | 352.17º | 0.53% | 0.67% | - |
| XYZ | 21.81 | 15.28 | 11.92 | - |
| YUV | 108.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 92 | 0 | 0.53 | 0.47 | 0.33 | 352.17 | 0.37 | 0.49 |
| Hex | AC | 50 | 5C | 0 | 35 | 2F | 21 | 160 | 25 | 31 |
| Octal | 254 | 120 | 134 | 0 | 65 | 57 | 41 | 540 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1011100 | 0 | 110101 | 101111 | 100001 | 101100000 | 100101 | 110001 |
Color Harmonies of #AC505C
Complementary color
Monochromatic Colors of #AC505C
Black with #AC505C
Text Example
Text Example
White with #AC505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC505C; }
p { color: rgb(172,80,92); }
H1.HeaderClassName
{
color: #AC505C;
}
.AnyTagClassName
{
color: #AC505C;
}
</style>
background-color css
<style>
a { background-color: #AC505C; }
a { background-color: rgb(172,80,92); }
div.DivClassName
{
background-color: #AC505C;
}
.BgClassName
{
background-color: #AC505C;
}
</style>
border-color css
<style>
span { border-color: #AC505C; }
span { border-color: rgb(172,80,92); }
td.TdClassName
{
border-color: #AC505C;
}
.TagClassName
{
border-color: #AC505C;
}
</style>