Shades of Hippie Pink #AC585D
Tints of Hippie Pink #AC585D
RGB
CMYK
RGB Variations
Color information
#AC585D (or 0xAC585D) is known color: Hippie Pink. HEX triplet: AC, 58 and 5D. RGB value is (172,88,93). Sum of RGB (Red+Green+Blue) = 172+88+93=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC585D is #53A7A2. Grayscale: #717171. Windows color (decimal): -5482403 or 6117548. OLE color: 6117548.
HSL color Cylindrical-coordinate representation of color #AC585D: hue angle of 356.43º 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 #AC585D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 93 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.33 |
| HSL | 356.43º | 0.34% | 0.51% | - |
| HSV(B) | 356.43º | 0.49% | 0.67% | - |
| XYZ | 22.48 | 16.54 | 12.36 | - |
| YUV | 113.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 93 | 0 | 0.49 | 0.46 | 0.33 | 356.43 | 0.34 | 0.51 |
| Hex | AC | 58 | 5D | 0 | 31 | 2E | 21 | 164 | 22 | 33 |
| Octal | 254 | 130 | 135 | 0 | 61 | 56 | 41 | 544 | 42 | 63 |
| Binary | 10101100 | 1011000 | 1011101 | 0 | 110001 | 101110 | 100001 | 101100100 | 100010 | 110011 |
Color Harmonies of #AC585D
Complementary color
Monochromatic Colors of #AC585D
Black with #AC585D
Text Example
Text Example
White with #AC585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC585D; }
p { color: rgb(172,88,93); }
H1.HeaderClassName
{
color: #AC585D;
}
.AnyTagClassName
{
color: #AC585D;
}
</style>
background-color css
<style>
a { background-color: #AC585D; }
a { background-color: rgb(172,88,93); }
div.DivClassName
{
background-color: #AC585D;
}
.BgClassName
{
background-color: #AC585D;
}
</style>
border-color css
<style>
span { border-color: #AC585D; }
span { border-color: rgb(172,88,93); }
td.TdClassName
{
border-color: #AC585D;
}
.TagClassName
{
border-color: #AC585D;
}
</style>