Shades of Hippie Pink #AC4963
Tints of Hippie Pink #AC4963
RGB
CMYK
RGB Variations
Color information
#AC4963 (or 0xAC4963) is known color: Hippie Pink. HEX triplet: AC, 49 and 63. RGB value is (172,73,99). Sum of RGB (Red+Green+Blue) = 172+73+99=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4963 is #53B69C. Grayscale: #696969. Windows color (decimal): -5486237 or 6506924. OLE color: 6506924.
HSL color Cylindrical-coordinate representation of color #AC4963: hue angle of 344.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4963 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 99 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.33 |
| HSL | 344.24º | 0.4% | 0.48% | - |
| HSV(B) | 344.24º | 0.58% | 0.67% | - |
| XYZ | 21.65 | 14.44 | 13.45 | - |
| YUV | 105.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 99 | 0 | 0.58 | 0.42 | 0.33 | 344.24 | 0.4 | 0.48 |
| Hex | AC | 49 | 63 | 0 | 3A | 2A | 21 | 158 | 28 | 30 |
| Octal | 254 | 111 | 143 | 0 | 72 | 52 | 41 | 530 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1100011 | 0 | 111010 | 101010 | 100001 | 101011000 | 101000 | 110000 |
Color Harmonies of #AC4963
Complementary color
Monochromatic Colors of #AC4963
Black with #AC4963
Text Example
Text Example
White with #AC4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4963; }
p { color: rgb(172,73,99); }
H1.HeaderClassName
{
color: #AC4963;
}
.AnyTagClassName
{
color: #AC4963;
}
</style>
background-color css
<style>
a { background-color: #AC4963; }
a { background-color: rgb(172,73,99); }
div.DivClassName
{
background-color: #AC4963;
}
.BgClassName
{
background-color: #AC4963;
}
</style>
border-color css
<style>
span { border-color: #AC4963; }
span { border-color: rgb(172,73,99); }
td.TdClassName
{
border-color: #AC4963;
}
.TagClassName
{
border-color: #AC4963;
}
</style>