Shades of Hippie Pink #AD585D
Tints of Hippie Pink #AD585D
RGB
CMYK
RGB Variations
Color information
#AD585D (or 0xAD585D) is known color: Hippie Pink. HEX triplet: AD, 58 and 5D. RGB value is (173,88,93). Sum of RGB (Red+Green+Blue) = 173+88+93=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD585D is #52A7A2. Grayscale: #727272. Windows color (decimal): -5416867 or 6117549. OLE color: 6117549.
HSL color Cylindrical-coordinate representation of color #AD585D: hue angle of 356.47º 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 #AD585D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 93 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.32 |
| HSL | 356.47º | 0.34% | 0.51% | - |
| HSV(B) | 356.47º | 0.49% | 0.68% | - |
| XYZ | 22.7 | 16.65 | 12.37 | - |
| YUV | 113.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 93 | 0 | 0.49 | 0.46 | 0.32 | 356.47 | 0.34 | 0.51 |
| Hex | AD | 58 | 5D | 0 | 31 | 2E | 20 | 164 | 22 | 33 |
| Octal | 255 | 130 | 135 | 0 | 61 | 56 | 40 | 544 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1011101 | 0 | 110001 | 101110 | 100000 | 101100100 | 100010 | 110011 |
Color Harmonies of #AD585D
Complementary color
Monochromatic Colors of #AD585D
Black with #AD585D
Text Example
Text Example
White with #AD585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD585D; }
p { color: rgb(173,88,93); }
H1.HeaderClassName
{
color: #AD585D;
}
.AnyTagClassName
{
color: #AD585D;
}
</style>
background-color css
<style>
a { background-color: #AD585D; }
a { background-color: rgb(173,88,93); }
div.DivClassName
{
background-color: #AD585D;
}
.BgClassName
{
background-color: #AD585D;
}
</style>
border-color css
<style>
span { border-color: #AD585D; }
span { border-color: rgb(173,88,93); }
td.TdClassName
{
border-color: #AD585D;
}
.TagClassName
{
border-color: #AD585D;
}
</style>