Shades of Hippie Pink #AC535E
Tints of Hippie Pink #AC535E
RGB
CMYK
RGB Variations
Color information
#AC535E (or 0xAC535E) is known color: Hippie Pink. HEX triplet: AC, 53 and 5E. RGB value is (172,83,94). Sum of RGB (Red+Green+Blue) = 172+83+94=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC535E is #53ACA1. Grayscale: #6E6E6E. Windows color (decimal): -5483682 or 6181804. OLE color: 6181804.
HSL color Cylindrical-coordinate representation of color #AC535E: hue angle of 352.58º 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 #AC535E is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 94 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.33 |
| HSL | 352.58º | 0.35% | 0.5% | - |
| HSV(B) | 352.58º | 0.52% | 0.67% | - |
| XYZ | 22.13 | 15.77 | 12.47 | - |
| YUV | 110.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 94 | 0 | 0.52 | 0.45 | 0.33 | 352.58 | 0.35 | 0.5 |
| Hex | AC | 53 | 5E | 0 | 34 | 2D | 21 | 161 | 23 | 32 |
| Octal | 254 | 123 | 136 | 0 | 64 | 55 | 41 | 541 | 43 | 62 |
| Binary | 10101100 | 1010011 | 1011110 | 0 | 110100 | 101101 | 100001 | 101100001 | 100011 | 110010 |
Color Harmonies of #AC535E
Complementary color
Monochromatic Colors of #AC535E
Black with #AC535E
Text Example
Text Example
White with #AC535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC535E; }
p { color: rgb(172,83,94); }
H1.HeaderClassName
{
color: #AC535E;
}
.AnyTagClassName
{
color: #AC535E;
}
</style>
background-color css
<style>
a { background-color: #AC535E; }
a { background-color: rgb(172,83,94); }
div.DivClassName
{
background-color: #AC535E;
}
.BgClassName
{
background-color: #AC535E;
}
</style>
border-color css
<style>
span { border-color: #AC535E; }
span { border-color: rgb(172,83,94); }
td.TdClassName
{
border-color: #AC535E;
}
.TagClassName
{
border-color: #AC535E;
}
</style>