Shades of Hippie Pink #AD545F
Tints of Hippie Pink #AD545F
RGB
CMYK
RGB Variations
Color information
#AD545F (or 0xAD545F) is known color: Hippie Pink. HEX triplet: AD, 54 and 5F. RGB value is (173,84,95). Sum of RGB (Red+Green+Blue) = 173+84+95=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD545F is #52ABA0. Grayscale: #6F6F6F. Windows color (decimal): -5417889 or 6247597. OLE color: 6247597.
HSL color Cylindrical-coordinate representation of color #AD545F: hue angle of 352.58º 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 #AD545F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 95 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.32 |
| HSL | 352.58º | 0.35% | 0.5% | - |
| HSV(B) | 352.58º | 0.51% | 0.68% | - |
| XYZ | 22.47 | 16.05 | 12.74 | - |
| YUV | 111.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 95 | 0 | 0.51 | 0.45 | 0.32 | 352.58 | 0.35 | 0.5 |
| Hex | AD | 54 | 5F | 0 | 33 | 2D | 20 | 161 | 23 | 32 |
| Octal | 255 | 124 | 137 | 0 | 63 | 55 | 40 | 541 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1011111 | 0 | 110011 | 101101 | 100000 | 101100001 | 100011 | 110010 |
Color Harmonies of #AD545F
Complementary color
Monochromatic Colors of #AD545F
Black with #AD545F
Text Example
Text Example
White with #AD545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD545F; }
p { color: rgb(173,84,95); }
H1.HeaderClassName
{
color: #AD545F;
}
.AnyTagClassName
{
color: #AD545F;
}
</style>
background-color css
<style>
a { background-color: #AD545F; }
a { background-color: rgb(173,84,95); }
div.DivClassName
{
background-color: #AD545F;
}
.BgClassName
{
background-color: #AD545F;
}
</style>
border-color css
<style>
span { border-color: #AD545F; }
span { border-color: rgb(173,84,95); }
td.TdClassName
{
border-color: #AD545F;
}
.TagClassName
{
border-color: #AD545F;
}
</style>