Shades of Hippie Pink #AC535B
Tints of Hippie Pink #AC535B
RGB
CMYK
RGB Variations
Color information
#AC535B (or 0xAC535B) is known color: Hippie Pink. HEX triplet: AC, 53 and 5B. RGB value is (172,83,91). Sum of RGB (Red+Green+Blue) = 172+83+91=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535B is #53ACA4. Grayscale: #6E6E6E. Windows color (decimal): -5483685 or 5985196. OLE color: 5985196.
HSL color Cylindrical-coordinate representation of color #AC535B: hue angle of 354.61º 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 #AC535B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 91 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.33 |
| HSL | 354.61º | 0.35% | 0.5% | - |
| HSV(B) | 354.61º | 0.52% | 0.67% | - |
| XYZ | 21.99 | 15.71 | 11.77 | - |
| YUV | 110.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 91 | 0 | 0.52 | 0.47 | 0.33 | 354.61 | 0.35 | 0.5 |
| Hex | AC | 53 | 5B | 0 | 34 | 2F | 21 | 163 | 23 | 32 |
| Octal | 254 | 123 | 133 | 0 | 64 | 57 | 41 | 543 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1011011 | 0 | 110100 | 101111 | 100001 | 101100011 | 100011 | 110010 |
Color Harmonies of #AC535B
Complementary color
Monochromatic Colors of #AC535B
Black with #AC535B
Text Example
Text Example
White with #AC535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC535B; }
p { color: rgb(172,83,91); }
H1.HeaderClassName
{
color: #AC535B;
}
.AnyTagClassName
{
color: #AC535B;
}
</style>
background-color css
<style>
a { background-color: #AC535B; }
a { background-color: rgb(172,83,91); }
div.DivClassName
{
background-color: #AC535B;
}
.BgClassName
{
background-color: #AC535B;
}
</style>
border-color css
<style>
span { border-color: #AC535B; }
span { border-color: rgb(172,83,91); }
td.TdClassName
{
border-color: #AC535B;
}
.TagClassName
{
border-color: #AC535B;
}
</style>