Shades of Hippie Pink #AC545A
Tints of Hippie Pink #AC545A
RGB
CMYK
RGB Variations
Color information
#AC545A (or 0xAC545A) is known color: Hippie Pink. HEX triplet: AC, 54 and 5A. RGB value is (172,84,90). Sum of RGB (Red+Green+Blue) = 172+84+90=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545A is #53ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5483430 or 5919916. OLE color: 5919916.
HSL color Cylindrical-coordinate representation of color #AC545A: hue angle of 355.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC545A is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 90 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.33 |
| HSL | 355.91º | 0.35% | 0.5% | - |
| HSV(B) | 355.91º | 0.51% | 0.67% | - |
| XYZ | 22.03 | 15.85 | 11.57 | - |
| YUV | 111 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 90 | 0 | 0.51 | 0.48 | 0.33 | 355.91 | 0.35 | 0.5 |
| Hex | AC | 54 | 5A | 0 | 33 | 30 | 21 | 164 | 23 | 32 |
| Octal | 254 | 124 | 132 | 0 | 63 | 60 | 41 | 544 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1011010 | 0 | 110011 | 110000 | 100001 | 101100100 | 100011 | 110010 |
Color Harmonies of #AC545A
Complementary color
Monochromatic Colors of #AC545A
Black with #AC545A
Text Example
Text Example
White with #AC545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC545A; }
p { color: rgb(172,84,90); }
H1.HeaderClassName
{
color: #AC545A;
}
.AnyTagClassName
{
color: #AC545A;
}
</style>
background-color css
<style>
a { background-color: #AC545A; }
a { background-color: rgb(172,84,90); }
div.DivClassName
{
background-color: #AC545A;
}
.BgClassName
{
background-color: #AC545A;
}
</style>
border-color css
<style>
span { border-color: #AC545A; }
span { border-color: rgb(172,84,90); }
td.TdClassName
{
border-color: #AC545A;
}
.TagClassName
{
border-color: #AC545A;
}
</style>