Shades of Hippie Pink #AC425E
Tints of Hippie Pink #AC425E
RGB
CMYK
RGB Variations
Color information
#AC425E (or 0xAC425E) is known color: Hippie Pink. HEX triplet: AC, 42 and 5E. RGB value is (172,66,94). Sum of RGB (Red+Green+Blue) = 172+66+94=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC425E is #53BDA1. Grayscale: #646464. Windows color (decimal): -5488034 or 6177452. OLE color: 6177452.
HSL color Cylindrical-coordinate representation of color #AC425E: hue angle of 344.15º 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 #AC425E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 94 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.33 |
| HSL | 344.15º | 0.45% | 0.47% | - |
| HSV(B) | 344.15º | 0.62% | 0.67% | - |
| XYZ | 20.98 | 13.48 | 12.08 | - |
| YUV | 100.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 94 | 0 | 0.62 | 0.45 | 0.33 | 344.15 | 0.45 | 0.47 |
| Hex | AC | 42 | 5E | 0 | 3E | 2D | 21 | 158 | 2D | 2F |
| Octal | 254 | 102 | 136 | 0 | 76 | 55 | 41 | 530 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1011110 | 0 | 111110 | 101101 | 100001 | 101011000 | 101101 | 101111 |
Color Harmonies of #AC425E
Complementary color
Monochromatic Colors of #AC425E
Black with #AC425E
Text Example
Text Example
White with #AC425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC425E; }
p { color: rgb(172,66,94); }
H1.HeaderClassName
{
color: #AC425E;
}
.AnyTagClassName
{
color: #AC425E;
}
</style>
background-color css
<style>
a { background-color: #AC425E; }
a { background-color: rgb(172,66,94); }
div.DivClassName
{
background-color: #AC425E;
}
.BgClassName
{
background-color: #AC425E;
}
</style>
border-color css
<style>
span { border-color: #AC425E; }
span { border-color: rgb(172,66,94); }
td.TdClassName
{
border-color: #AC425E;
}
.TagClassName
{
border-color: #AC425E;
}
</style>