Shades of Hippie Pink #AC465D
Tints of Hippie Pink #AC465D
RGB
CMYK
RGB Variations
Color information
#AC465D (or 0xAC465D) is known color: Hippie Pink. HEX triplet: AC, 46 and 5D. RGB value is (172,70,93). Sum of RGB (Red+Green+Blue) = 172+70+93=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC465D is #53B9A2. Grayscale: #676767. Windows color (decimal): -5487011 or 6112940. OLE color: 6112940.
HSL color Cylindrical-coordinate representation of color #AC465D: hue angle of 346.47º 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 #AC465D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 93 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.33 |
| HSL | 346.47º | 0.42% | 0.47% | - |
| HSV(B) | 346.47º | 0.59% | 0.67% | - |
| XYZ | 21.18 | 13.94 | 11.93 | - |
| YUV | 103.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 93 | 0 | 0.59 | 0.46 | 0.33 | 346.47 | 0.42 | 0.47 |
| Hex | AC | 46 | 5D | 0 | 3B | 2E | 21 | 15A | 2A | 2F |
| Octal | 254 | 106 | 135 | 0 | 73 | 56 | 41 | 532 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1011101 | 0 | 111011 | 101110 | 100001 | 101011010 | 101010 | 101111 |
Color Harmonies of #AC465D
Complementary color
Monochromatic Colors of #AC465D
Black with #AC465D
Text Example
Text Example
White with #AC465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC465D; }
p { color: rgb(172,70,93); }
H1.HeaderClassName
{
color: #AC465D;
}
.AnyTagClassName
{
color: #AC465D;
}
</style>
background-color css
<style>
a { background-color: #AC465D; }
a { background-color: rgb(172,70,93); }
div.DivClassName
{
background-color: #AC465D;
}
.BgClassName
{
background-color: #AC465D;
}
</style>
border-color css
<style>
span { border-color: #AC465D; }
span { border-color: rgb(172,70,93); }
td.TdClassName
{
border-color: #AC465D;
}
.TagClassName
{
border-color: #AC465D;
}
</style>