Shades of Hippie Pink #AC425D
Tints of Hippie Pink #AC425D
RGB
CMYK
RGB Variations
Color information
#AC425D (or 0xAC425D) is known color: Hippie Pink. HEX triplet: AC, 42 and 5D. RGB value is (172,66,93). Sum of RGB (Red+Green+Blue) = 172+66+93=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC425D is #53BDA2. Grayscale: #646464. Windows color (decimal): -5488035 or 6111916. OLE color: 6111916.
HSL color Cylindrical-coordinate representation of color #AC425D: hue angle of 344.72º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC425D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 93 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.33 |
| HSL | 344.72º | 0.45% | 0.47% | - |
| HSV(B) | 344.72º | 0.62% | 0.67% | - |
| XYZ | 20.94 | 13.46 | 11.85 | - |
| YUV | 100.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 93 | 0 | 0.62 | 0.46 | 0.33 | 344.72 | 0.45 | 0.47 |
| Hex | AC | 42 | 5D | 0 | 3E | 2E | 21 | 159 | 2D | 2F |
| Octal | 254 | 102 | 135 | 0 | 76 | 56 | 41 | 531 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1011101 | 0 | 111110 | 101110 | 100001 | 101011001 | 101101 | 101111 |
Color Harmonies of #AC425D
Complementary color
Monochromatic Colors of #AC425D
Black with #AC425D
Text Example
Text Example
White with #AC425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC425D; }
p { color: rgb(172,66,93); }
H1.HeaderClassName
{
color: #AC425D;
}
.AnyTagClassName
{
color: #AC425D;
}
</style>
background-color css
<style>
a { background-color: #AC425D; }
a { background-color: rgb(172,66,93); }
div.DivClassName
{
background-color: #AC425D;
}
.BgClassName
{
background-color: #AC425D;
}
</style>
border-color css
<style>
span { border-color: #AC425D; }
span { border-color: rgb(172,66,93); }
td.TdClassName
{
border-color: #AC425D;
}
.TagClassName
{
border-color: #AC425D;
}
</style>