Shades of Hippie Pink #AC475C
Tints of Hippie Pink #AC475C
RGB
CMYK
RGB Variations
Color information
#AC475C (or 0xAC475C) is known color: Hippie Pink. HEX triplet: AC, 47 and 5C. RGB value is (172,71,92). Sum of RGB (Red+Green+Blue) = 172+71+92=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC475C is #53B8A3. Grayscale: #676767. Windows color (decimal): -5486756 or 6047660. OLE color: 6047660.
HSL color Cylindrical-coordinate representation of color #AC475C: hue angle of 347.52º 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 #AC475C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 92 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.33 |
| HSL | 347.52º | 0.42% | 0.48% | - |
| HSV(B) | 347.52º | 0.59% | 0.67% | - |
| XYZ | 21.2 | 14.05 | 11.72 | - |
| YUV | 103.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 92 | 0 | 0.59 | 0.47 | 0.33 | 347.52 | 0.42 | 0.48 |
| Hex | AC | 47 | 5C | 0 | 3B | 2F | 21 | 15C | 2A | 30 |
| Octal | 254 | 107 | 134 | 0 | 73 | 57 | 41 | 534 | 52 | 60 |
| Binary | 10101100 | 1000111 | 1011100 | 0 | 111011 | 101111 | 100001 | 101011100 | 101010 | 110000 |
Color Harmonies of #AC475C
Complementary color
Monochromatic Colors of #AC475C
Black with #AC475C
Text Example
Text Example
White with #AC475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC475C; }
p { color: rgb(172,71,92); }
H1.HeaderClassName
{
color: #AC475C;
}
.AnyTagClassName
{
color: #AC475C;
}
</style>
background-color css
<style>
a { background-color: #AC475C; }
a { background-color: rgb(172,71,92); }
div.DivClassName
{
background-color: #AC475C;
}
.BgClassName
{
background-color: #AC475C;
}
</style>
border-color css
<style>
span { border-color: #AC475C; }
span { border-color: rgb(172,71,92); }
td.TdClassName
{
border-color: #AC475C;
}
.TagClassName
{
border-color: #AC475C;
}
</style>