Shades of Hippie Pink #AD444F
Tints of Hippie Pink #AD444F
RGB
CMYK
RGB Variations
Color information
#AD444F (or 0xAD444F) is known color: Hippie Pink. HEX triplet: AD, 44 and 4F. RGB value is (173,68,79). Sum of RGB (Red+Green+Blue) = 173+68+79=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD444F is #52BBB0. Grayscale: #646464. Windows color (decimal): -5422001 or 5194925. OLE color: 5194925.
HSL color Cylindrical-coordinate representation of color #AD444F: hue angle of 353.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 #AD444F is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 79 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.32 |
| HSL | 353.71º | 0.44% | 0.47% | - |
| HSV(B) | 353.71º | 0.61% | 0.68% | - |
| XYZ | 20.71 | 13.58 | 8.93 | - |
| YUV | 100.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 79 | 0 | 0.61 | 0.54 | 0.32 | 353.71 | 0.44 | 0.47 |
| Hex | AD | 44 | 4F | 0 | 3D | 36 | 20 | 162 | 2C | 2F |
| Octal | 255 | 104 | 117 | 0 | 75 | 66 | 40 | 542 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1001111 | 0 | 111101 | 110110 | 100000 | 101100010 | 101100 | 101111 |
Color Harmonies of #AD444F
Complementary color
Monochromatic Colors of #AD444F
Black with #AD444F
Text Example
Text Example
White with #AD444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD444F; }
p { color: rgb(173,68,79); }
H1.HeaderClassName
{
color: #AD444F;
}
.AnyTagClassName
{
color: #AD444F;
}
</style>
background-color css
<style>
a { background-color: #AD444F; }
a { background-color: rgb(173,68,79); }
div.DivClassName
{
background-color: #AD444F;
}
.BgClassName
{
background-color: #AD444F;
}
</style>
border-color css
<style>
span { border-color: #AD444F; }
span { border-color: rgb(173,68,79); }
td.TdClassName
{
border-color: #AD444F;
}
.TagClassName
{
border-color: #AD444F;
}
</style>