Shades of Hippie Pink #AC405C
Tints of Hippie Pink #AC405C
RGB
CMYK
RGB Variations
Color information
#AC405C (or 0xAC405C) is known color: Hippie Pink. HEX triplet: AC, 40 and 5C. RGB value is (172,64,92). Sum of RGB (Red+Green+Blue) = 172+64+92=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC405C is #53BFA3. Grayscale: #636363. Windows color (decimal): -5488548 or 6045868. OLE color: 6045868.
HSL color Cylindrical-coordinate representation of color #AC405C: hue angle of 344.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC405C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 92 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.33 |
| HSL | 344.44º | 0.46% | 0.46% | - |
| HSV(B) | 344.44º | 0.63% | 0.67% | - |
| XYZ | 20.78 | 13.21 | 11.58 | - |
| YUV | 99.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 92 | 0 | 0.63 | 0.47 | 0.33 | 344.44 | 0.46 | 0.46 |
| Hex | AC | 40 | 5C | 0 | 3F | 2F | 21 | 158 | 2E | 2E |
| Octal | 254 | 100 | 134 | 0 | 77 | 57 | 41 | 530 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1011100 | 0 | 111111 | 101111 | 100001 | 101011000 | 101110 | 101110 |
Color Harmonies of #AC405C
Complementary color
Monochromatic Colors of #AC405C
Black with #AC405C
Text Example
Text Example
White with #AC405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC405C; }
p { color: rgb(172,64,92); }
H1.HeaderClassName
{
color: #AC405C;
}
.AnyTagClassName
{
color: #AC405C;
}
</style>
background-color css
<style>
a { background-color: #AC405C; }
a { background-color: rgb(172,64,92); }
div.DivClassName
{
background-color: #AC405C;
}
.BgClassName
{
background-color: #AC405C;
}
</style>
border-color css
<style>
span { border-color: #AC405C; }
span { border-color: rgb(172,64,92); }
td.TdClassName
{
border-color: #AC405C;
}
.TagClassName
{
border-color: #AC405C;
}
</style>