Shades of Hippie Pink #AC444D
Tints of Hippie Pink #AC444D
RGB
CMYK
RGB Variations
Color information
#AC444D (or 0xAC444D) is known color: Hippie Pink. HEX triplet: AC, 44 and 4D. RGB value is (172,68,77). Sum of RGB (Red+Green+Blue) = 172+68+77=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC444D is #53BBB2. Grayscale: #646464. Windows color (decimal): -5487539 or 5063852. OLE color: 5063852.
HSL color Cylindrical-coordinate representation of color #AC444D: hue angle of 354.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC444D is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 77 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.33 |
| HSL | 354.81º | 0.43% | 0.47% | - |
| HSV(B) | 354.81º | 0.6% | 0.67% | - |
| XYZ | 20.42 | 13.44 | 8.54 | - |
| YUV | 100.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 77 | 0 | 0.60 | 0.55 | 0.33 | 354.81 | 0.43 | 0.47 |
| Hex | AC | 44 | 4D | 0 | 3C | 37 | 21 | 163 | 2B | 2F |
| Octal | 254 | 104 | 115 | 0 | 74 | 67 | 41 | 543 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1001101 | 0 | 111100 | 110111 | 100001 | 101100011 | 101011 | 101111 |
Color Harmonies of #AC444D
Complementary color
Monochromatic Colors of #AC444D
Black with #AC444D
Text Example
Text Example
White with #AC444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC444D; }
p { color: rgb(172,68,77); }
H1.HeaderClassName
{
color: #AC444D;
}
.AnyTagClassName
{
color: #AC444D;
}
</style>
background-color css
<style>
a { background-color: #AC444D; }
a { background-color: rgb(172,68,77); }
div.DivClassName
{
background-color: #AC444D;
}
.BgClassName
{
background-color: #AC444D;
}
</style>
border-color css
<style>
span { border-color: #AC444D; }
span { border-color: rgb(172,68,77); }
td.TdClassName
{
border-color: #AC444D;
}
.TagClassName
{
border-color: #AC444D;
}
</style>