Shades of Hippie Pink #AD435D
Tints of Hippie Pink #AD435D
RGB
CMYK
RGB Variations
Color information
#AD435D (or 0xAD435D) is known color: Hippie Pink. HEX triplet: AD, 43 and 5D. RGB value is (173,67,93). Sum of RGB (Red+Green+Blue) = 173+67+93=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD435D is #52BCA2. Grayscale: #656565. Windows color (decimal): -5422243 or 6112173. OLE color: 6112173.
HSL color Cylindrical-coordinate representation of color #AD435D: hue angle of 345.28º 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 #AD435D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 93 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.32 |
| HSL | 345.28º | 0.44% | 0.47% | - |
| HSV(B) | 345.28º | 0.61% | 0.68% | - |
| XYZ | 21.22 | 13.69 | 11.88 | - |
| YUV | 101.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 93 | 0 | 0.61 | 0.46 | 0.32 | 345.28 | 0.44 | 0.47 |
| Hex | AD | 43 | 5D | 0 | 3D | 2E | 20 | 159 | 2C | 2F |
| Octal | 255 | 103 | 135 | 0 | 75 | 56 | 40 | 531 | 54 | 57 |
| Binary | 10101101 | 1000011 | 1011101 | 0 | 111101 | 101110 | 100000 | 101011001 | 101100 | 101111 |
Color Harmonies of #AD435D
Complementary color
Monochromatic Colors of #AD435D
Black with #AD435D
Text Example
Text Example
White with #AD435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD435D; }
p { color: rgb(173,67,93); }
H1.HeaderClassName
{
color: #AD435D;
}
.AnyTagClassName
{
color: #AD435D;
}
</style>
background-color css
<style>
a { background-color: #AD435D; }
a { background-color: rgb(173,67,93); }
div.DivClassName
{
background-color: #AD435D;
}
.BgClassName
{
background-color: #AD435D;
}
</style>
border-color css
<style>
span { border-color: #AD435D; }
span { border-color: rgb(173,67,93); }
td.TdClassName
{
border-color: #AD435D;
}
.TagClassName
{
border-color: #AD435D;
}
</style>