Shades of Hippie Pink #AD445D
Tints of Hippie Pink #AD445D
RGB
CMYK
RGB Variations
Color information
#AD445D (or 0xAD445D) is known color: Hippie Pink. HEX triplet: AD, 44 and 5D. RGB value is (173,68,93). Sum of RGB (Red+Green+Blue) = 173+68+93=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD445D is #52BBA2. Grayscale: #666666. Windows color (decimal): -5421987 or 6112429. OLE color: 6112429.
HSL color Cylindrical-coordinate representation of color #AD445D: hue angle of 345.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD445D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 93 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.32 |
| HSL | 345.71º | 0.44% | 0.47% | - |
| HSV(B) | 345.71º | 0.61% | 0.68% | - |
| XYZ | 21.28 | 13.81 | 11.9 | - |
| YUV | 102.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 93 | 0 | 0.61 | 0.46 | 0.32 | 345.71 | 0.44 | 0.47 |
| Hex | AD | 44 | 5D | 0 | 3D | 2E | 20 | 15A | 2C | 2F |
| Octal | 255 | 104 | 135 | 0 | 75 | 56 | 40 | 532 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1011101 | 0 | 111101 | 101110 | 100000 | 101011010 | 101100 | 101111 |
Color Harmonies of #AD445D
Complementary color
Monochromatic Colors of #AD445D
Black with #AD445D
Text Example
Text Example
White with #AD445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD445D; }
p { color: rgb(173,68,93); }
H1.HeaderClassName
{
color: #AD445D;
}
.AnyTagClassName
{
color: #AD445D;
}
</style>
background-color css
<style>
a { background-color: #AD445D; }
a { background-color: rgb(173,68,93); }
div.DivClassName
{
background-color: #AD445D;
}
.BgClassName
{
background-color: #AD445D;
}
</style>
border-color css
<style>
span { border-color: #AD445D; }
span { border-color: rgb(173,68,93); }
td.TdClassName
{
border-color: #AD445D;
}
.TagClassName
{
border-color: #AD445D;
}
</style>