Shades of Hippie Pink #AC444F
Tints of Hippie Pink #AC444F
RGB
CMYK
RGB Variations
Color information
#AC444F (or 0xAC444F) is known color: Hippie Pink. HEX triplet: AC, 44 and 4F. RGB value is (172,68,79). Sum of RGB (Red+Green+Blue) = 172+68+79=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC444F is #53BBB0. Grayscale: #646464. Windows color (decimal): -5487537 or 5194924. OLE color: 5194924.
HSL color Cylindrical-coordinate representation of color #AC444F: hue angle of 353.65º 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 #AC444F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 79 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.33 |
| HSL | 353.65º | 0.43% | 0.47% | - |
| HSV(B) | 353.65º | 0.6% | 0.67% | - |
| XYZ | 20.49 | 13.47 | 8.92 | - |
| YUV | 100.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 79 | 0 | 0.60 | 0.54 | 0.33 | 353.65 | 0.43 | 0.47 |
| Hex | AC | 44 | 4F | 0 | 3C | 36 | 21 | 162 | 2B | 2F |
| Octal | 254 | 104 | 117 | 0 | 74 | 66 | 41 | 542 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1001111 | 0 | 111100 | 110110 | 100001 | 101100010 | 101011 | 101111 |
Color Harmonies of #AC444F
Complementary color
Monochromatic Colors of #AC444F
Black with #AC444F
Text Example
Text Example
White with #AC444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC444F; }
p { color: rgb(172,68,79); }
H1.HeaderClassName
{
color: #AC444F;
}
.AnyTagClassName
{
color: #AC444F;
}
</style>
background-color css
<style>
a { background-color: #AC444F; }
a { background-color: rgb(172,68,79); }
div.DivClassName
{
background-color: #AC444F;
}
.BgClassName
{
background-color: #AC444F;
}
</style>
border-color css
<style>
span { border-color: #AC444F; }
span { border-color: rgb(172,68,79); }
td.TdClassName
{
border-color: #AC444F;
}
.TagClassName
{
border-color: #AC444F;
}
</style>