Shades of Hippie Pink #AC4D5C
Tints of Hippie Pink #AC4D5C
RGB
CMYK
RGB Variations
Color information
#AC4D5C (or 0xAC4D5C) is known color: Hippie Pink. HEX triplet: AC, 4D and 5C. RGB value is (172,77,92). Sum of RGB (Red+Green+Blue) = 172+77+92=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D5C is #53B2A3. Grayscale: #6B6B6B. Windows color (decimal): -5485220 or 6049196. OLE color: 6049196.
HSL color Cylindrical-coordinate representation of color #AC4D5C: hue angle of 350.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D5C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 92 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.33 |
| HSL | 350.53º | 0.38% | 0.49% | - |
| HSV(B) | 350.53º | 0.55% | 0.67% | - |
| XYZ | 21.6 | 14.85 | 11.85 | - |
| YUV | 107.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 92 | 0 | 0.55 | 0.47 | 0.33 | 350.53 | 0.38 | 0.49 |
| Hex | AC | 4D | 5C | 0 | 37 | 2F | 21 | 15F | 26 | 31 |
| Octal | 254 | 115 | 134 | 0 | 67 | 57 | 41 | 537 | 46 | 61 |
| Binary | 10101100 | 1001101 | 1011100 | 0 | 110111 | 101111 | 100001 | 101011111 | 100110 | 110001 |
Color Harmonies of #AC4D5C
Complementary color
Monochromatic Colors of #AC4D5C
Black with #AC4D5C
Text Example
Text Example
White with #AC4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D5C; }
p { color: rgb(172,77,92); }
H1.HeaderClassName
{
color: #AC4D5C;
}
.AnyTagClassName
{
color: #AC4D5C;
}
</style>
background-color css
<style>
a { background-color: #AC4D5C; }
a { background-color: rgb(172,77,92); }
div.DivClassName
{
background-color: #AC4D5C;
}
.BgClassName
{
background-color: #AC4D5C;
}
</style>
border-color css
<style>
span { border-color: #AC4D5C; }
span { border-color: rgb(172,77,92); }
td.TdClassName
{
border-color: #AC4D5C;
}
.TagClassName
{
border-color: #AC4D5C;
}
</style>