Shades of Hippie Pink #AC565C
Tints of Hippie Pink #AC565C
RGB
CMYK
RGB Variations
Color information
#AC565C (or 0xAC565C) is known color: Hippie Pink. HEX triplet: AC, 56 and 5C. RGB value is (172,86,92). Sum of RGB (Red+Green+Blue) = 172+86+92=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC565C is #53A9A3. Grayscale: #707070. Windows color (decimal): -5482916 or 6051500. OLE color: 6051500.
HSL color Cylindrical-coordinate representation of color #AC565C: hue angle of 355.81º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC565C is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 92 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.33 |
| HSL | 355.81º | 0.34% | 0.51% | - |
| HSV(B) | 355.81º | 0.5% | 0.67% | - |
| XYZ | 22.27 | 16.2 | 12.08 | - |
| YUV | 112.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 92 | 0 | 0.5 | 0.47 | 0.33 | 355.81 | 0.34 | 0.51 |
| Hex | AC | 56 | 5C | 0 | 32 | 2F | 21 | 164 | 22 | 33 |
| Octal | 254 | 126 | 134 | 0 | 62 | 57 | 41 | 544 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1011100 | 0 | 110010 | 101111 | 100001 | 101100100 | 100010 | 110011 |
Color Harmonies of #AC565C
Complementary color
Monochromatic Colors of #AC565C
Black with #AC565C
Text Example
Text Example
White with #AC565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC565C; }
p { color: rgb(172,86,92); }
H1.HeaderClassName
{
color: #AC565C;
}
.AnyTagClassName
{
color: #AC565C;
}
</style>
background-color css
<style>
a { background-color: #AC565C; }
a { background-color: rgb(172,86,92); }
div.DivClassName
{
background-color: #AC565C;
}
.BgClassName
{
background-color: #AC565C;
}
</style>
border-color css
<style>
span { border-color: #AC565C; }
span { border-color: rgb(172,86,92); }
td.TdClassName
{
border-color: #AC565C;
}
.TagClassName
{
border-color: #AC565C;
}
</style>