Shades of Hippie Pink #AC5A5E
Tints of Hippie Pink #AC5A5E
RGB
CMYK
RGB Variations
Color information
#AC5A5E (or 0xAC5A5E) is known color: Hippie Pink. HEX triplet: AC, 5A and 5E. RGB value is (172,90,94). Sum of RGB (Red+Green+Blue) = 172+90+94=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A5E is #53A5A1. Grayscale: #737373. Windows color (decimal): -5481890 or 6183596. OLE color: 6183596.
HSL color Cylindrical-coordinate representation of color #AC5A5E: hue angle of 357.07º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A5E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 94 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.33 |
| HSL | 357.07º | 0.33% | 0.51% | - |
| HSV(B) | 357.07º | 0.48% | 0.67% | - |
| XYZ | 22.69 | 16.89 | 12.65 | - |
| YUV | 114.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 94 | 0 | 0.48 | 0.45 | 0.33 | 357.07 | 0.33 | 0.51 |
| Hex | AC | 5A | 5E | 0 | 30 | 2D | 21 | 165 | 21 | 33 |
| Octal | 254 | 132 | 136 | 0 | 60 | 55 | 41 | 545 | 41 | 63 |
| Binary | 10101100 | 1011010 | 1011110 | 0 | 110000 | 101101 | 100001 | 101100101 | 100001 | 110011 |
Color Harmonies of #AC5A5E
Complementary color
Monochromatic Colors of #AC5A5E
Black with #AC5A5E
Text Example
Text Example
White with #AC5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A5E; }
p { color: rgb(172,90,94); }
H1.HeaderClassName
{
color: #AC5A5E;
}
.AnyTagClassName
{
color: #AC5A5E;
}
</style>
background-color css
<style>
a { background-color: #AC5A5E; }
a { background-color: rgb(172,90,94); }
div.DivClassName
{
background-color: #AC5A5E;
}
.BgClassName
{
background-color: #AC5A5E;
}
</style>
border-color css
<style>
span { border-color: #AC5A5E; }
span { border-color: rgb(172,90,94); }
td.TdClassName
{
border-color: #AC5A5E;
}
.TagClassName
{
border-color: #AC5A5E;
}
</style>