Shades of Hippie Pink #AC545B
Tints of Hippie Pink #AC545B
RGB
CMYK
RGB Variations
Color information
#AC545B (or 0xAC545B) is known color: Hippie Pink. HEX triplet: AC, 54 and 5B. RGB value is (172,84,91). Sum of RGB (Red+Green+Blue) = 172+84+91=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545B is #53ABA4. Grayscale: #6F6F6F. Windows color (decimal): -5483429 or 5985452. OLE color: 5985452.
HSL color Cylindrical-coordinate representation of color #AC545B: hue angle of 355.23º 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 #AC545B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 91 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.33 |
| HSL | 355.23º | 0.35% | 0.5% | - |
| HSV(B) | 355.23º | 0.51% | 0.67% | - |
| XYZ | 22.07 | 15.87 | 11.8 | - |
| YUV | 111.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 91 | 0 | 0.51 | 0.47 | 0.33 | 355.23 | 0.35 | 0.5 |
| Hex | AC | 54 | 5B | 0 | 33 | 2F | 21 | 163 | 23 | 32 |
| Octal | 254 | 124 | 133 | 0 | 63 | 57 | 41 | 543 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1011011 | 0 | 110011 | 101111 | 100001 | 101100011 | 100011 | 110010 |
Color Harmonies of #AC545B
Complementary color
Monochromatic Colors of #AC545B
Black with #AC545B
Text Example
Text Example
White with #AC545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC545B; }
p { color: rgb(172,84,91); }
H1.HeaderClassName
{
color: #AC545B;
}
.AnyTagClassName
{
color: #AC545B;
}
</style>
background-color css
<style>
a { background-color: #AC545B; }
a { background-color: rgb(172,84,91); }
div.DivClassName
{
background-color: #AC545B;
}
.BgClassName
{
background-color: #AC545B;
}
</style>
border-color css
<style>
span { border-color: #AC545B; }
span { border-color: rgb(172,84,91); }
td.TdClassName
{
border-color: #AC545B;
}
.TagClassName
{
border-color: #AC545B;
}
</style>