Shades of Hippie Pink #AC475E
Tints of Hippie Pink #AC475E
RGB
CMYK
RGB Variations
Color information
#AC475E (or 0xAC475E) is known color: Hippie Pink. HEX triplet: AC, 47 and 5E. RGB value is (172,71,94). Sum of RGB (Red+Green+Blue) = 172+71+94=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC475E is #53B8A1. Grayscale: #676767. Windows color (decimal): -5486754 or 6178732. OLE color: 6178732.
HSL color Cylindrical-coordinate representation of color #AC475E: hue angle of 346.34º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC475E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 94 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.33 |
| HSL | 346.34º | 0.42% | 0.48% | - |
| HSV(B) | 346.34º | 0.59% | 0.67% | - |
| XYZ | 21.29 | 14.09 | 12.19 | - |
| YUV | 103.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 94 | 0 | 0.59 | 0.45 | 0.33 | 346.34 | 0.42 | 0.48 |
| Hex | AC | 47 | 5E | 0 | 3B | 2D | 21 | 15A | 2A | 30 |
| Octal | 254 | 107 | 136 | 0 | 73 | 55 | 41 | 532 | 52 | 60 |
| Binary | 10101100 | 1000111 | 1011110 | 0 | 111011 | 101101 | 100001 | 101011010 | 101010 | 110000 |
Color Harmonies of #AC475E
Complementary color
Monochromatic Colors of #AC475E
Black with #AC475E
Text Example
Text Example
White with #AC475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC475E; }
p { color: rgb(172,71,94); }
H1.HeaderClassName
{
color: #AC475E;
}
.AnyTagClassName
{
color: #AC475E;
}
</style>
background-color css
<style>
a { background-color: #AC475E; }
a { background-color: rgb(172,71,94); }
div.DivClassName
{
background-color: #AC475E;
}
.BgClassName
{
background-color: #AC475E;
}
</style>
border-color css
<style>
span { border-color: #AC475E; }
span { border-color: rgb(172,71,94); }
td.TdClassName
{
border-color: #AC475E;
}
.TagClassName
{
border-color: #AC475E;
}
</style>