Shades of Hippie Pink #AC464D
Tints of Hippie Pink #AC464D
RGB
CMYK
RGB Variations
Color information
#AC464D (or 0xAC464D) is known color: Hippie Pink. HEX triplet: AC, 46 and 4D. RGB value is (172,70,77). Sum of RGB (Red+Green+Blue) = 172+70+77=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC464D is #53B9B2. Grayscale: #656565. Windows color (decimal): -5487027 or 5064364. OLE color: 5064364.
HSL color Cylindrical-coordinate representation of color #AC464D: hue angle of 355.88º 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 #AC464D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 77 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.33 |
| HSL | 355.88º | 0.42% | 0.47% | - |
| HSV(B) | 355.88º | 0.59% | 0.67% | - |
| XYZ | 20.54 | 13.69 | 8.58 | - |
| YUV | 101.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 77 | 0 | 0.59 | 0.55 | 0.33 | 355.88 | 0.42 | 0.47 |
| Hex | AC | 46 | 4D | 0 | 3B | 37 | 21 | 164 | 2A | 2F |
| Octal | 254 | 106 | 115 | 0 | 73 | 67 | 41 | 544 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1001101 | 0 | 111011 | 110111 | 100001 | 101100100 | 101010 | 101111 |
Color Harmonies of #AC464D
Complementary color
Monochromatic Colors of #AC464D
Black with #AC464D
Text Example
Text Example
White with #AC464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC464D; }
p { color: rgb(172,70,77); }
H1.HeaderClassName
{
color: #AC464D;
}
.AnyTagClassName
{
color: #AC464D;
}
</style>
background-color css
<style>
a { background-color: #AC464D; }
a { background-color: rgb(172,70,77); }
div.DivClassName
{
background-color: #AC464D;
}
.BgClassName
{
background-color: #AC464D;
}
</style>
border-color css
<style>
span { border-color: #AC464D; }
span { border-color: rgb(172,70,77); }
td.TdClassName
{
border-color: #AC464D;
}
.TagClassName
{
border-color: #AC464D;
}
</style>