Shades of Hippie Pink #AD585F
Tints of Hippie Pink #AD585F
RGB
CMYK
RGB Variations
Color information
#AD585F (or 0xAD585F) is known color: Hippie Pink. HEX triplet: AD, 58 and 5F. RGB value is (173,88,95). Sum of RGB (Red+Green+Blue) = 173+88+95=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD585F is #52A7A0. Grayscale: #727272. Windows color (decimal): -5416865 or 6248621. OLE color: 6248621.
HSL color Cylindrical-coordinate representation of color #AD585F: hue angle of 355.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD585F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 95 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.32 |
| HSL | 355.06º | 0.34% | 0.51% | - |
| HSV(B) | 355.06º | 0.49% | 0.68% | - |
| XYZ | 22.79 | 16.69 | 12.85 | - |
| YUV | 114.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 95 | 0 | 0.49 | 0.45 | 0.32 | 355.06 | 0.34 | 0.51 |
| Hex | AD | 58 | 5F | 0 | 31 | 2D | 20 | 163 | 22 | 33 |
| Octal | 255 | 130 | 137 | 0 | 61 | 55 | 40 | 543 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1011111 | 0 | 110001 | 101101 | 100000 | 101100011 | 100010 | 110011 |
Color Harmonies of #AD585F
Complementary color
Monochromatic Colors of #AD585F
Black with #AD585F
Text Example
Text Example
White with #AD585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD585F; }
p { color: rgb(173,88,95); }
H1.HeaderClassName
{
color: #AD585F;
}
.AnyTagClassName
{
color: #AD585F;
}
</style>
background-color css
<style>
a { background-color: #AD585F; }
a { background-color: rgb(173,88,95); }
div.DivClassName
{
background-color: #AD585F;
}
.BgClassName
{
background-color: #AD585F;
}
</style>
border-color css
<style>
span { border-color: #AD585F; }
span { border-color: rgb(173,88,95); }
td.TdClassName
{
border-color: #AD585F;
}
.TagClassName
{
border-color: #AD585F;
}
</style>