Shades of Hippie Pink #AD545C
Tints of Hippie Pink #AD545C
RGB
CMYK
RGB Variations
Color information
#AD545C (or 0xAD545C) is known color: Hippie Pink. HEX triplet: AD, 54 and 5C. RGB value is (173,84,92). Sum of RGB (Red+Green+Blue) = 173+84+92=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545C is #52ABA3. Grayscale: #6F6F6F. Windows color (decimal): -5417892 or 6050989. OLE color: 6050989.
HSL color Cylindrical-coordinate representation of color #AD545C: hue angle of 354.61º 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 #AD545C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 92 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.32 |
| HSL | 354.61º | 0.35% | 0.5% | - |
| HSV(B) | 354.61º | 0.51% | 0.68% | - |
| XYZ | 22.34 | 16 | 12.04 | - |
| YUV | 111.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 92 | 0 | 0.51 | 0.47 | 0.32 | 354.61 | 0.35 | 0.5 |
| Hex | AD | 54 | 5C | 0 | 33 | 2F | 20 | 163 | 23 | 32 |
| Octal | 255 | 124 | 134 | 0 | 63 | 57 | 40 | 543 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1011100 | 0 | 110011 | 101111 | 100000 | 101100011 | 100011 | 110010 |
Color Harmonies of #AD545C
Complementary color
Monochromatic Colors of #AD545C
Black with #AD545C
Text Example
Text Example
White with #AD545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD545C; }
p { color: rgb(173,84,92); }
H1.HeaderClassName
{
color: #AD545C;
}
.AnyTagClassName
{
color: #AD545C;
}
</style>
background-color css
<style>
a { background-color: #AD545C; }
a { background-color: rgb(173,84,92); }
div.DivClassName
{
background-color: #AD545C;
}
.BgClassName
{
background-color: #AD545C;
}
</style>
border-color css
<style>
span { border-color: #AD545C; }
span { border-color: rgb(173,84,92); }
td.TdClassName
{
border-color: #AD545C;
}
.TagClassName
{
border-color: #AD545C;
}
</style>