Shades of Hippie Pink #AC575B
Tints of Hippie Pink #AC575B
RGB
CMYK
RGB Variations
Color information
#AC575B (or 0xAC575B) is known color: Hippie Pink. HEX triplet: AC, 57 and 5B. RGB value is (172,87,91). Sum of RGB (Red+Green+Blue) = 172+87+91=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC575B is #53A8A4. Grayscale: #707070. Windows color (decimal): -5482661 or 5986220. OLE color: 5986220.
HSL color Cylindrical-coordinate representation of color #AC575B: hue angle of 357.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC575B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 91 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.33 |
| HSL | 357.18º | 0.34% | 0.51% | - |
| HSV(B) | 357.18º | 0.49% | 0.67% | - |
| XYZ | 22.31 | 16.34 | 11.88 | - |
| YUV | 112.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 91 | 0 | 0.49 | 0.47 | 0.33 | 357.18 | 0.34 | 0.51 |
| Hex | AC | 57 | 5B | 0 | 31 | 2F | 21 | 165 | 22 | 33 |
| Octal | 254 | 127 | 133 | 0 | 61 | 57 | 41 | 545 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1011011 | 0 | 110001 | 101111 | 100001 | 101100101 | 100010 | 110011 |
Color Harmonies of #AC575B
Complementary color
Monochromatic Colors of #AC575B
Black with #AC575B
Text Example
Text Example
White with #AC575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC575B; }
p { color: rgb(172,87,91); }
H1.HeaderClassName
{
color: #AC575B;
}
.AnyTagClassName
{
color: #AC575B;
}
</style>
background-color css
<style>
a { background-color: #AC575B; }
a { background-color: rgb(172,87,91); }
div.DivClassName
{
background-color: #AC575B;
}
.BgClassName
{
background-color: #AC575B;
}
</style>
border-color css
<style>
span { border-color: #AC575B; }
span { border-color: rgb(172,87,91); }
td.TdClassName
{
border-color: #AC575B;
}
.TagClassName
{
border-color: #AC575B;
}
</style>