Shades of Hippie Pink #AC5356
Tints of Hippie Pink #AC5356
RGB
CMYK
RGB Variations
Color information
#AC5356 (or 0xAC5356) is known color: Hippie Pink. HEX triplet: AC, 53 and 56. RGB value is (172,83,86). Sum of RGB (Red+Green+Blue) = 172+83+86=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5356 is #53ACA9. Grayscale: #6E6E6E. Windows color (decimal): -5483690 or 5657516. OLE color: 5657516.
HSL color Cylindrical-coordinate representation of color #AC5356: hue angle of 357.98º 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 #AC5356 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 86 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.33 |
| HSL | 357.98º | 0.35% | 0.5% | - |
| HSV(B) | 357.98º | 0.52% | 0.67% | - |
| XYZ | 21.79 | 15.63 | 10.67 | - |
| YUV | 109.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 86 | 0 | 0.52 | 0.5 | 0.33 | 357.98 | 0.35 | 0.5 |
| Hex | AC | 53 | 56 | 0 | 34 | 32 | 21 | 166 | 23 | 32 |
| Octal | 254 | 123 | 126 | 0 | 64 | 62 | 41 | 546 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1010110 | 0 | 110100 | 110010 | 100001 | 101100110 | 100011 | 110010 |
Color Harmonies of #AC5356
Complementary color
Monochromatic Colors of #AC5356
Black with #AC5356
Text Example
Text Example
White with #AC5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5356; }
p { color: rgb(172,83,86); }
H1.HeaderClassName
{
color: #AC5356;
}
.AnyTagClassName
{
color: #AC5356;
}
</style>
background-color css
<style>
a { background-color: #AC5356; }
a { background-color: rgb(172,83,86); }
div.DivClassName
{
background-color: #AC5356;
}
.BgClassName
{
background-color: #AC5356;
}
</style>
border-color css
<style>
span { border-color: #AC5356; }
span { border-color: rgb(172,83,86); }
td.TdClassName
{
border-color: #AC5356;
}
.TagClassName
{
border-color: #AC5356;
}
</style>