Shades of Hippie Pink #AC4C5D
Tints of Hippie Pink #AC4C5D
RGB
CMYK
RGB Variations
Color information
#AC4C5D (or 0xAC4C5D) is known color: Hippie Pink. HEX triplet: AC, 4C and 5D. RGB value is (172,76,93). Sum of RGB (Red+Green+Blue) = 172+76+93=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C5D is #53B3A2. Grayscale: #6A6A6A. Windows color (decimal): -5485475 or 6114476. OLE color: 6114476.
HSL color Cylindrical-coordinate representation of color #AC4C5D: hue angle of 349.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C5D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 93 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.33 |
| HSL | 349.38º | 0.39% | 0.49% | - |
| HSV(B) | 349.38º | 0.56% | 0.67% | - |
| XYZ | 21.57 | 14.73 | 12.06 | - |
| YUV | 106.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 93 | 0 | 0.56 | 0.46 | 0.33 | 349.38 | 0.39 | 0.49 |
| Hex | AC | 4C | 5D | 0 | 38 | 2E | 21 | 15D | 27 | 31 |
| Octal | 254 | 114 | 135 | 0 | 70 | 56 | 41 | 535 | 47 | 61 |
| Binary | 10101100 | 1001100 | 1011101 | 0 | 111000 | 101110 | 100001 | 101011101 | 100111 | 110001 |
Color Harmonies of #AC4C5D
Complementary color
Monochromatic Colors of #AC4C5D
Black with #AC4C5D
Text Example
Text Example
White with #AC4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C5D; }
p { color: rgb(172,76,93); }
H1.HeaderClassName
{
color: #AC4C5D;
}
.AnyTagClassName
{
color: #AC4C5D;
}
</style>
background-color css
<style>
a { background-color: #AC4C5D; }
a { background-color: rgb(172,76,93); }
div.DivClassName
{
background-color: #AC4C5D;
}
.BgClassName
{
background-color: #AC4C5D;
}
</style>
border-color css
<style>
span { border-color: #AC4C5D; }
span { border-color: rgb(172,76,93); }
td.TdClassName
{
border-color: #AC4C5D;
}
.TagClassName
{
border-color: #AC4C5D;
}
</style>