Shades of Hippie Pink #AD545D
Tints of Hippie Pink #AD545D
RGB
CMYK
RGB Variations
Color information
#AD545D (or 0xAD545D) is known color: Hippie Pink. HEX triplet: AD, 54 and 5D. RGB value is (173,84,93). Sum of RGB (Red+Green+Blue) = 173+84+93=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545D is #52ABA2. Grayscale: #6F6F6F. Windows color (decimal): -5417891 or 6116525. OLE color: 6116525.
HSL color Cylindrical-coordinate representation of color #AD545D: hue angle of 353.93º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD545D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 93 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.32 |
| HSL | 353.93º | 0.35% | 0.5% | - |
| HSV(B) | 353.93º | 0.51% | 0.68% | - |
| XYZ | 22.38 | 16.02 | 12.27 | - |
| YUV | 111.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 93 | 0 | 0.51 | 0.46 | 0.32 | 353.93 | 0.35 | 0.5 |
| Hex | AD | 54 | 5D | 0 | 33 | 2E | 20 | 162 | 23 | 32 |
| Octal | 255 | 124 | 135 | 0 | 63 | 56 | 40 | 542 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1011101 | 0 | 110011 | 101110 | 100000 | 101100010 | 100011 | 110010 |
Color Harmonies of #AD545D
Complementary color
Monochromatic Colors of #AD545D
Black with #AD545D
Text Example
Text Example
White with #AD545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD545D; }
p { color: rgb(173,84,93); }
H1.HeaderClassName
{
color: #AD545D;
}
.AnyTagClassName
{
color: #AD545D;
}
</style>
background-color css
<style>
a { background-color: #AD545D; }
a { background-color: rgb(173,84,93); }
div.DivClassName
{
background-color: #AD545D;
}
.BgClassName
{
background-color: #AD545D;
}
</style>
border-color css
<style>
span { border-color: #AD545D; }
span { border-color: rgb(173,84,93); }
td.TdClassName
{
border-color: #AD545D;
}
.TagClassName
{
border-color: #AD545D;
}
</style>