Shades of Hippie Pink #AD445F
Tints of Hippie Pink #AD445F
RGB
CMYK
RGB Variations
Color information
#AD445F (or 0xAD445F) is known color: Hippie Pink. HEX triplet: AD, 44 and 5F. RGB value is (173,68,95). Sum of RGB (Red+Green+Blue) = 173+68+95=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD445F is #52BBA0. Grayscale: #666666. Windows color (decimal): -5421985 or 6243501. OLE color: 6243501.
HSL color Cylindrical-coordinate representation of color #AD445F: hue angle of 344.57º 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 #AD445F is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 95 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.32 |
| HSL | 344.57º | 0.44% | 0.47% | - |
| HSV(B) | 344.57º | 0.61% | 0.68% | - |
| XYZ | 21.37 | 13.84 | 12.37 | - |
| YUV | 102.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 95 | 0 | 0.61 | 0.45 | 0.32 | 344.57 | 0.44 | 0.47 |
| Hex | AD | 44 | 5F | 0 | 3D | 2D | 20 | 159 | 2C | 2F |
| Octal | 255 | 104 | 137 | 0 | 75 | 55 | 40 | 531 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1011111 | 0 | 111101 | 101101 | 100000 | 101011001 | 101100 | 101111 |
Color Harmonies of #AD445F
Complementary color
Monochromatic Colors of #AD445F
Black with #AD445F
Text Example
Text Example
White with #AD445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD445F; }
p { color: rgb(173,68,95); }
H1.HeaderClassName
{
color: #AD445F;
}
.AnyTagClassName
{
color: #AD445F;
}
</style>
background-color css
<style>
a { background-color: #AD445F; }
a { background-color: rgb(173,68,95); }
div.DivClassName
{
background-color: #AD445F;
}
.BgClassName
{
background-color: #AD445F;
}
</style>
border-color css
<style>
span { border-color: #AD445F; }
span { border-color: rgb(173,68,95); }
td.TdClassName
{
border-color: #AD445F;
}
.TagClassName
{
border-color: #AD445F;
}
</style>