Shades of Hippie Pink #AC505F
Tints of Hippie Pink #AC505F
RGB
CMYK
RGB Variations
Color information
#AC505F (or 0xAC505F) is known color: Hippie Pink. HEX triplet: AC, 50 and 5F. RGB value is (172,80,95). Sum of RGB (Red+Green+Blue) = 172+80+95=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC505F is #53AFA0. Grayscale: #6D6D6D. Windows color (decimal): -5484449 or 6246572. OLE color: 6246572.
HSL color Cylindrical-coordinate representation of color #AC505F: hue angle of 350.22º 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 #AC505F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 95 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.33 |
| HSL | 350.22º | 0.37% | 0.49% | - |
| HSV(B) | 350.22º | 0.53% | 0.67% | - |
| XYZ | 21.95 | 15.33 | 12.63 | - |
| YUV | 109.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 95 | 0 | 0.53 | 0.45 | 0.33 | 350.22 | 0.37 | 0.49 |
| Hex | AC | 50 | 5F | 0 | 35 | 2D | 21 | 15E | 25 | 31 |
| Octal | 254 | 120 | 137 | 0 | 65 | 55 | 41 | 536 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1011111 | 0 | 110101 | 101101 | 100001 | 101011110 | 100101 | 110001 |
Color Harmonies of #AC505F
Complementary color
Monochromatic Colors of #AC505F
Black with #AC505F
Text Example
Text Example
White with #AC505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC505F; }
p { color: rgb(172,80,95); }
H1.HeaderClassName
{
color: #AC505F;
}
.AnyTagClassName
{
color: #AC505F;
}
</style>
background-color css
<style>
a { background-color: #AC505F; }
a { background-color: rgb(172,80,95); }
div.DivClassName
{
background-color: #AC505F;
}
.BgClassName
{
background-color: #AC505F;
}
</style>
border-color css
<style>
span { border-color: #AC505F; }
span { border-color: rgb(172,80,95); }
td.TdClassName
{
border-color: #AC505F;
}
.TagClassName
{
border-color: #AC505F;
}
</style>