Shades of Hippie Pink #AD4B51
Tints of Hippie Pink #AD4B51
RGB
CMYK
RGB Variations
Color information
#AD4B51 (or 0xAD4B51) is known color: Hippie Pink. HEX triplet: AD, 4B and 51. RGB value is (173,75,81). Sum of RGB (Red+Green+Blue) = 173+75+81=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4B51 is #52B4AE. Grayscale: #696969. Windows color (decimal): -5420207 or 5327789. OLE color: 5327789.
HSL color Cylindrical-coordinate representation of color #AD4B51: hue angle of 356.33º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B51 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 81 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.32 |
| HSL | 356.33º | 0.4% | 0.49% | - |
| HSV(B) | 356.33º | 0.57% | 0.68% | - |
| XYZ | 21.23 | 14.51 | 9.47 | - |
| YUV | 104.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 81 | 0 | 0.57 | 0.53 | 0.32 | 356.33 | 0.4 | 0.49 |
| Hex | AD | 4B | 51 | 0 | 39 | 35 | 20 | 164 | 28 | 31 |
| Octal | 255 | 113 | 121 | 0 | 71 | 65 | 40 | 544 | 50 | 61 |
| Binary | 10101101 | 1001011 | 1010001 | 0 | 111001 | 110101 | 100000 | 101100100 | 101000 | 110001 |
Color Harmonies of #AD4B51
Complementary color
Monochromatic Colors of #AD4B51
Black with #AD4B51
Text Example
Text Example
White with #AD4B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B51; }
p { color: rgb(173,75,81); }
H1.HeaderClassName
{
color: #AD4B51;
}
.AnyTagClassName
{
color: #AD4B51;
}
</style>
background-color css
<style>
a { background-color: #AD4B51; }
a { background-color: rgb(173,75,81); }
div.DivClassName
{
background-color: #AD4B51;
}
.BgClassName
{
background-color: #AD4B51;
}
</style>
border-color css
<style>
span { border-color: #AD4B51; }
span { border-color: rgb(173,75,81); }
td.TdClassName
{
border-color: #AD4B51;
}
.TagClassName
{
border-color: #AD4B51;
}
</style>