Shades of Hippie Pink #AC585E
Tints of Hippie Pink #AC585E
RGB
CMYK
RGB Variations
Color information
#AC585E (or 0xAC585E) is known color: Hippie Pink. HEX triplet: AC, 58 and 5E. RGB value is (172,88,94). Sum of RGB (Red+Green+Blue) = 172+88+94=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC585E is #53A7A1. Grayscale: #717171. Windows color (decimal): -5482402 or 6183084. OLE color: 6183084.
HSL color Cylindrical-coordinate representation of color #AC585E: hue angle of 355.71º 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 #AC585E is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 94 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.33 |
| HSL | 355.71º | 0.34% | 0.51% | - |
| HSV(B) | 355.71º | 0.49% | 0.67% | - |
| XYZ | 22.52 | 16.56 | 12.6 | - |
| YUV | 113.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 94 | 0 | 0.49 | 0.45 | 0.33 | 355.71 | 0.34 | 0.51 |
| Hex | AC | 58 | 5E | 0 | 31 | 2D | 21 | 164 | 22 | 33 |
| Octal | 254 | 130 | 136 | 0 | 61 | 55 | 41 | 544 | 42 | 63 |
| Binary | 10101100 | 1011000 | 1011110 | 0 | 110001 | 101101 | 100001 | 101100100 | 100010 | 110011 |
Color Harmonies of #AC585E
Complementary color
Monochromatic Colors of #AC585E
Black with #AC585E
Text Example
Text Example
White with #AC585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC585E; }
p { color: rgb(172,88,94); }
H1.HeaderClassName
{
color: #AC585E;
}
.AnyTagClassName
{
color: #AC585E;
}
</style>
background-color css
<style>
a { background-color: #AC585E; }
a { background-color: rgb(172,88,94); }
div.DivClassName
{
background-color: #AC585E;
}
.BgClassName
{
background-color: #AC585E;
}
</style>
border-color css
<style>
span { border-color: #AC585E; }
span { border-color: rgb(172,88,94); }
td.TdClassName
{
border-color: #AC585E;
}
.TagClassName
{
border-color: #AC585E;
}
</style>