Shades of Hippie Pink #AD444C
Tints of Hippie Pink #AD444C
RGB
CMYK
RGB Variations
Color information
#AD444C (or 0xAD444C) is known color: Hippie Pink. HEX triplet: AD, 44 and 4C. RGB value is (173,68,76). Sum of RGB (Red+Green+Blue) = 173+68+76=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD444C is #52BBB3. Grayscale: #646464. Windows color (decimal): -5422004 or 4998317. OLE color: 4998317.
HSL color Cylindrical-coordinate representation of color #AD444C: hue angle of 355.43º 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 #AD444C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 76 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.32 |
| HSL | 355.43º | 0.44% | 0.47% | - |
| HSV(B) | 355.43º | 0.61% | 0.68% | - |
| XYZ | 20.61 | 13.54 | 8.37 | - |
| YUV | 100.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 76 | 0 | 0.61 | 0.56 | 0.32 | 355.43 | 0.44 | 0.47 |
| Hex | AD | 44 | 4C | 0 | 3D | 38 | 20 | 163 | 2C | 2F |
| Octal | 255 | 104 | 114 | 0 | 75 | 70 | 40 | 543 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1001100 | 0 | 111101 | 111000 | 100000 | 101100011 | 101100 | 101111 |
Color Harmonies of #AD444C
Complementary color
Monochromatic Colors of #AD444C
Black with #AD444C
Text Example
Text Example
White with #AD444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD444C; }
p { color: rgb(173,68,76); }
H1.HeaderClassName
{
color: #AD444C;
}
.AnyTagClassName
{
color: #AD444C;
}
</style>
background-color css
<style>
a { background-color: #AD444C; }
a { background-color: rgb(173,68,76); }
div.DivClassName
{
background-color: #AD444C;
}
.BgClassName
{
background-color: #AD444C;
}
</style>
border-color css
<style>
span { border-color: #AD444C; }
span { border-color: rgb(173,68,76); }
td.TdClassName
{
border-color: #AD444C;
}
.TagClassName
{
border-color: #AD444C;
}
</style>