Shades of Hippie Pink #AC444E
Tints of Hippie Pink #AC444E
RGB
CMYK
RGB Variations
Color information
#AC444E (or 0xAC444E) is known color: Hippie Pink. HEX triplet: AC, 44 and 4E. RGB value is (172,68,78). Sum of RGB (Red+Green+Blue) = 172+68+78=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC444E is #53BBB1. Grayscale: #646464. Windows color (decimal): -5487538 or 5129388. OLE color: 5129388.
HSL color Cylindrical-coordinate representation of color #AC444E: hue angle of 354.23º 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 #AC444E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 78 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.33 |
| HSL | 354.23º | 0.43% | 0.47% | - |
| HSV(B) | 354.23º | 0.6% | 0.67% | - |
| XYZ | 20.46 | 13.45 | 8.73 | - |
| YUV | 100.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 78 | 0 | 0.60 | 0.55 | 0.33 | 354.23 | 0.43 | 0.47 |
| Hex | AC | 44 | 4E | 0 | 3C | 37 | 21 | 162 | 2B | 2F |
| Octal | 254 | 104 | 116 | 0 | 74 | 67 | 41 | 542 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1001110 | 0 | 111100 | 110111 | 100001 | 101100010 | 101011 | 101111 |
Color Harmonies of #AC444E
Complementary color
Monochromatic Colors of #AC444E
Black with #AC444E
Text Example
Text Example
White with #AC444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC444E; }
p { color: rgb(172,68,78); }
H1.HeaderClassName
{
color: #AC444E;
}
.AnyTagClassName
{
color: #AC444E;
}
</style>
background-color css
<style>
a { background-color: #AC444E; }
a { background-color: rgb(172,68,78); }
div.DivClassName
{
background-color: #AC444E;
}
.BgClassName
{
background-color: #AC444E;
}
</style>
border-color css
<style>
span { border-color: #AC444E; }
span { border-color: rgb(172,68,78); }
td.TdClassName
{
border-color: #AC444E;
}
.TagClassName
{
border-color: #AC444E;
}
</style>