Shades of Hippie Pink #AC4652
Tints of Hippie Pink #AC4652
RGB
CMYK
RGB Variations
Color information
#AC4652 (or 0xAC4652) is known color: Hippie Pink. HEX triplet: AC, 46 and 52. RGB value is (172,70,82). Sum of RGB (Red+Green+Blue) = 172+70+82=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4652 is #53B9AD. Grayscale: #656565. Windows color (decimal): -5487022 or 5392044. OLE color: 5392044.
HSL color Cylindrical-coordinate representation of color #AC4652: hue angle of 352.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4652 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 82 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.33 |
| HSL | 352.94º | 0.42% | 0.47% | - |
| HSV(B) | 352.94º | 0.59% | 0.67% | - |
| XYZ | 20.73 | 13.76 | 9.55 | - |
| YUV | 101.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 82 | 0 | 0.59 | 0.52 | 0.33 | 352.94 | 0.42 | 0.47 |
| Hex | AC | 46 | 52 | 0 | 3B | 34 | 21 | 161 | 2A | 2F |
| Octal | 254 | 106 | 122 | 0 | 73 | 64 | 41 | 541 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1010010 | 0 | 111011 | 110100 | 100001 | 101100001 | 101010 | 101111 |
Color Harmonies of #AC4652
Complementary color
Monochromatic Colors of #AC4652
Black with #AC4652
Text Example
Text Example
White with #AC4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4652; }
p { color: rgb(172,70,82); }
H1.HeaderClassName
{
color: #AC4652;
}
.AnyTagClassName
{
color: #AC4652;
}
</style>
background-color css
<style>
a { background-color: #AC4652; }
a { background-color: rgb(172,70,82); }
div.DivClassName
{
background-color: #AC4652;
}
.BgClassName
{
background-color: #AC4652;
}
</style>
border-color css
<style>
span { border-color: #AC4652; }
span { border-color: rgb(172,70,82); }
td.TdClassName
{
border-color: #AC4652;
}
.TagClassName
{
border-color: #AC4652;
}
</style>