Shades of Hippie Pink #AC495E
Tints of Hippie Pink #AC495E
RGB
CMYK
RGB Variations
Color information
#AC495E (or 0xAC495E) is known color: Hippie Pink. HEX triplet: AC, 49 and 5E. RGB value is (172,73,94). Sum of RGB (Red+Green+Blue) = 172+73+94=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC495E is #53B6A1. Grayscale: #696969. Windows color (decimal): -5486242 or 6179244. OLE color: 6179244.
HSL color Cylindrical-coordinate representation of color #AC495E: hue angle of 347.27º 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 #AC495E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 94 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.33 |
| HSL | 347.27º | 0.4% | 0.48% | - |
| HSV(B) | 347.27º | 0.58% | 0.67% | - |
| XYZ | 21.42 | 14.34 | 12.23 | - |
| YUV | 105 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 94 | 0 | 0.58 | 0.45 | 0.33 | 347.27 | 0.4 | 0.48 |
| Hex | AC | 49 | 5E | 0 | 3A | 2D | 21 | 15B | 28 | 30 |
| Octal | 254 | 111 | 136 | 0 | 72 | 55 | 41 | 533 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1011110 | 0 | 111010 | 101101 | 100001 | 101011011 | 101000 | 110000 |
Color Harmonies of #AC495E
Complementary color
Monochromatic Colors of #AC495E
Black with #AC495E
Text Example
Text Example
White with #AC495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC495E; }
p { color: rgb(172,73,94); }
H1.HeaderClassName
{
color: #AC495E;
}
.AnyTagClassName
{
color: #AC495E;
}
</style>
background-color css
<style>
a { background-color: #AC495E; }
a { background-color: rgb(172,73,94); }
div.DivClassName
{
background-color: #AC495E;
}
.BgClassName
{
background-color: #AC495E;
}
</style>
border-color css
<style>
span { border-color: #AC495E; }
span { border-color: rgb(172,73,94); }
td.TdClassName
{
border-color: #AC495E;
}
.TagClassName
{
border-color: #AC495E;
}
</style>