Shades of Hippie Pink #AC525B
Tints of Hippie Pink #AC525B
RGB
CMYK
RGB Variations
Color information
#AC525B (or 0xAC525B) is known color: Hippie Pink. HEX triplet: AC, 52 and 5B. RGB value is (172,82,91). Sum of RGB (Red+Green+Blue) = 172+82+91=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC525B is #53ADA4. Grayscale: #6D6D6D. Windows color (decimal): -5483941 or 5984940. OLE color: 5984940.
HSL color Cylindrical-coordinate representation of color #AC525B: hue angle of 354º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC525B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 91 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.33 |
| HSL | 354º | 0.35% | 0.5% | - |
| HSV(B) | 354º | 0.52% | 0.67% | - |
| XYZ | 21.92 | 15.56 | 11.75 | - |
| YUV | 109.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 91 | 0 | 0.52 | 0.47 | 0.33 | 354 | 0.35 | 0.5 |
| Hex | AC | 52 | 5B | 0 | 34 | 2F | 21 | 162 | 23 | 32 |
| Octal | 254 | 122 | 133 | 0 | 64 | 57 | 41 | 542 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1011011 | 0 | 110100 | 101111 | 100001 | 101100010 | 100011 | 110010 |
Color Harmonies of #AC525B
Complementary color
Monochromatic Colors of #AC525B
Black with #AC525B
Text Example
Text Example
White with #AC525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC525B; }
p { color: rgb(172,82,91); }
H1.HeaderClassName
{
color: #AC525B;
}
.AnyTagClassName
{
color: #AC525B;
}
</style>
background-color css
<style>
a { background-color: #AC525B; }
a { background-color: rgb(172,82,91); }
div.DivClassName
{
background-color: #AC525B;
}
.BgClassName
{
background-color: #AC525B;
}
</style>
border-color css
<style>
span { border-color: #AC525B; }
span { border-color: rgb(172,82,91); }
td.TdClassName
{
border-color: #AC525B;
}
.TagClassName
{
border-color: #AC525B;
}
</style>