Shades of Hippie Pink #AC4458
Tints of Hippie Pink #AC4458
RGB
CMYK
RGB Variations
Color information
#AC4458 (or 0xAC4458) is known color: Hippie Pink. HEX triplet: AC, 44 and 58. RGB value is (172,68,88). Sum of RGB (Red+Green+Blue) = 172+68+88=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4458 is #53BBA7. Grayscale: #656565. Windows color (decimal): -5487528 or 5784748. OLE color: 5784748.
HSL color Cylindrical-coordinate representation of color #AC4458: hue angle of 348.46º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4458 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 88 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.33 |
| HSL | 348.46º | 0.43% | 0.47% | - |
| HSV(B) | 348.46º | 0.6% | 0.67% | - |
| XYZ | 20.84 | 13.61 | 10.76 | - |
| YUV | 101.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 88 | 0 | 0.60 | 0.49 | 0.33 | 348.46 | 0.43 | 0.47 |
| Hex | AC | 44 | 58 | 0 | 3C | 31 | 21 | 15C | 2B | 2F |
| Octal | 254 | 104 | 130 | 0 | 74 | 61 | 41 | 534 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1011000 | 0 | 111100 | 110001 | 100001 | 101011100 | 101011 | 101111 |
Color Harmonies of #AC4458
Complementary color
Monochromatic Colors of #AC4458
Black with #AC4458
Text Example
Text Example
White with #AC4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4458; }
p { color: rgb(172,68,88); }
H1.HeaderClassName
{
color: #AC4458;
}
.AnyTagClassName
{
color: #AC4458;
}
</style>
background-color css
<style>
a { background-color: #AC4458; }
a { background-color: rgb(172,68,88); }
div.DivClassName
{
background-color: #AC4458;
}
.BgClassName
{
background-color: #AC4458;
}
</style>
border-color css
<style>
span { border-color: #AC4458; }
span { border-color: rgb(172,68,88); }
td.TdClassName
{
border-color: #AC4458;
}
.TagClassName
{
border-color: #AC4458;
}
</style>