Shades of Hippie Pink #AC525E
Tints of Hippie Pink #AC525E
RGB
CMYK
RGB Variations
Color information
#AC525E (or 0xAC525E) is known color: Hippie Pink. HEX triplet: AC, 52 and 5E. RGB value is (172,82,94). Sum of RGB (Red+Green+Blue) = 172+82+94=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC525E is #53ADA1. Grayscale: #6E6E6E. Windows color (decimal): -5483938 or 6181548. OLE color: 6181548.
HSL color Cylindrical-coordinate representation of color #AC525E: hue angle of 352º 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 #AC525E is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 94 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.33 |
| HSL | 352º | 0.35% | 0.5% | - |
| HSV(B) | 352º | 0.52% | 0.67% | - |
| XYZ | 22.05 | 15.61 | 12.44 | - |
| YUV | 110.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 94 | 0 | 0.52 | 0.45 | 0.33 | 352 | 0.35 | 0.5 |
| Hex | AC | 52 | 5E | 0 | 34 | 2D | 21 | 160 | 23 | 32 |
| Octal | 254 | 122 | 136 | 0 | 64 | 55 | 41 | 540 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1011110 | 0 | 110100 | 101101 | 100001 | 101100000 | 100011 | 110010 |
Color Harmonies of #AC525E
Complementary color
Monochromatic Colors of #AC525E
Black with #AC525E
Text Example
Text Example
White with #AC525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC525E; }
p { color: rgb(172,82,94); }
H1.HeaderClassName
{
color: #AC525E;
}
.AnyTagClassName
{
color: #AC525E;
}
</style>
background-color css
<style>
a { background-color: #AC525E; }
a { background-color: rgb(172,82,94); }
div.DivClassName
{
background-color: #AC525E;
}
.BgClassName
{
background-color: #AC525E;
}
</style>
border-color css
<style>
span { border-color: #AC525E; }
span { border-color: rgb(172,82,94); }
td.TdClassName
{
border-color: #AC525E;
}
.TagClassName
{
border-color: #AC525E;
}
</style>