Shades of Hippie Pink #AC535C
Tints of Hippie Pink #AC535C
RGB
CMYK
RGB Variations
Color information
#AC535C (or 0xAC535C) is known color: Hippie Pink. HEX triplet: AC, 53 and 5C. RGB value is (172,83,92). Sum of RGB (Red+Green+Blue) = 172+83+92=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535C is #53ACA3. Grayscale: #6E6E6E. Windows color (decimal): -5483684 or 6050732. OLE color: 6050732.
HSL color Cylindrical-coordinate representation of color #AC535C: hue angle of 353.93º 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 #AC535C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 92 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.33 |
| HSL | 353.93º | 0.35% | 0.5% | - |
| HSV(B) | 353.93º | 0.52% | 0.67% | - |
| XYZ | 22.04 | 15.73 | 12 | - |
| YUV | 110.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 92 | 0 | 0.52 | 0.47 | 0.33 | 353.93 | 0.35 | 0.5 |
| Hex | AC | 53 | 5C | 0 | 34 | 2F | 21 | 162 | 23 | 32 |
| Octal | 254 | 123 | 134 | 0 | 64 | 57 | 41 | 542 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1011100 | 0 | 110100 | 101111 | 100001 | 101100010 | 100011 | 110010 |
Color Harmonies of #AC535C
Complementary color
Monochromatic Colors of #AC535C
Black with #AC535C
Text Example
Text Example
White with #AC535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC535C; }
p { color: rgb(172,83,92); }
H1.HeaderClassName
{
color: #AC535C;
}
.AnyTagClassName
{
color: #AC535C;
}
</style>
background-color css
<style>
a { background-color: #AC535C; }
a { background-color: rgb(172,83,92); }
div.DivClassName
{
background-color: #AC535C;
}
.BgClassName
{
background-color: #AC535C;
}
</style>
border-color css
<style>
span { border-color: #AC535C; }
span { border-color: rgb(172,83,92); }
td.TdClassName
{
border-color: #AC535C;
}
.TagClassName
{
border-color: #AC535C;
}
</style>