Shades of Hippie Pink #AC525D
Tints of Hippie Pink #AC525D
RGB
CMYK
RGB Variations
Color information
#AC525D (or 0xAC525D) is known color: Hippie Pink. HEX triplet: AC, 52 and 5D. RGB value is (172,82,93). Sum of RGB (Red+Green+Blue) = 172+82+93=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC525D is #53ADA2. Grayscale: #6E6E6E. Windows color (decimal): -5483939 or 6116012. OLE color: 6116012.
HSL color Cylindrical-coordinate representation of color #AC525D: hue angle of 352.67º 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 #AC525D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 93 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.33 |
| HSL | 352.67º | 0.35% | 0.5% | - |
| HSV(B) | 352.67º | 0.52% | 0.67% | - |
| XYZ | 22.01 | 15.6 | 12.21 | - |
| YUV | 110.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 93 | 0 | 0.52 | 0.46 | 0.33 | 352.67 | 0.35 | 0.5 |
| Hex | AC | 52 | 5D | 0 | 34 | 2E | 21 | 161 | 23 | 32 |
| Octal | 254 | 122 | 135 | 0 | 64 | 56 | 41 | 541 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1011101 | 0 | 110100 | 101110 | 100001 | 101100001 | 100011 | 110010 |
Color Harmonies of #AC525D
Complementary color
Monochromatic Colors of #AC525D
Black with #AC525D
Text Example
Text Example
White with #AC525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC525D; }
p { color: rgb(172,82,93); }
H1.HeaderClassName
{
color: #AC525D;
}
.AnyTagClassName
{
color: #AC525D;
}
</style>
background-color css
<style>
a { background-color: #AC525D; }
a { background-color: rgb(172,82,93); }
div.DivClassName
{
background-color: #AC525D;
}
.BgClassName
{
background-color: #AC525D;
}
</style>
border-color css
<style>
span { border-color: #AC525D; }
span { border-color: rgb(172,82,93); }
td.TdClassName
{
border-color: #AC525D;
}
.TagClassName
{
border-color: #AC525D;
}
</style>