Shades of Hippie Pink #AC4352
Tints of Hippie Pink #AC4352
RGB
CMYK
RGB Variations
Color information
#AC4352 (or 0xAC4352) is known color: Hippie Pink. HEX triplet: AC, 43 and 52. RGB value is (172,67,82). Sum of RGB (Red+Green+Blue) = 172+67+82=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4352 is #53BCAD. Grayscale: #646464. Windows color (decimal): -5487790 or 5391276. OLE color: 5391276.
HSL color Cylindrical-coordinate representation of color #AC4352: hue angle of 351.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4352 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 82 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.33 |
| HSL | 351.43º | 0.44% | 0.47% | - |
| HSV(B) | 351.43º | 0.61% | 0.67% | - |
| XYZ | 20.54 | 13.39 | 9.49 | - |
| YUV | 100.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 82 | 0 | 0.61 | 0.52 | 0.33 | 351.43 | 0.44 | 0.47 |
| Hex | AC | 43 | 52 | 0 | 3D | 34 | 21 | 15F | 2C | 2F |
| Octal | 254 | 103 | 122 | 0 | 75 | 64 | 41 | 537 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1010010 | 0 | 111101 | 110100 | 100001 | 101011111 | 101100 | 101111 |
Color Harmonies of #AC4352
Complementary color
Monochromatic Colors of #AC4352
Black with #AC4352
Text Example
Text Example
White with #AC4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4352; }
p { color: rgb(172,67,82); }
H1.HeaderClassName
{
color: #AC4352;
}
.AnyTagClassName
{
color: #AC4352;
}
</style>
background-color css
<style>
a { background-color: #AC4352; }
a { background-color: rgb(172,67,82); }
div.DivClassName
{
background-color: #AC4352;
}
.BgClassName
{
background-color: #AC4352;
}
</style>
border-color css
<style>
span { border-color: #AC4352; }
span { border-color: rgb(172,67,82); }
td.TdClassName
{
border-color: #AC4352;
}
.TagClassName
{
border-color: #AC4352;
}
</style>