Shades of Hippie Pink #AD4955
Tints of Hippie Pink #AD4955
RGB
CMYK
RGB Variations
Color information
#AD4955 (or 0xAD4955) is known color: Hippie Pink. HEX triplet: AD, 49 and 55. RGB value is (173,73,85). Sum of RGB (Red+Green+Blue) = 173+73+85=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4955 is #52B6AA. Grayscale: #686868. Windows color (decimal): -5420715 or 5589421. OLE color: 5589421.
HSL color Cylindrical-coordinate representation of color #AD4955: hue angle of 352.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4955 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 73 | 85 | - |
CMYK | 0 | 0.58 | 0.51 | 0.32 |
HSL | 352.8º | 0.41% | 0.48% | - |
HSV(B) | 352.8º | 0.58% | 0.68% | - |
XYZ | 21.26 | 14.31 | 10.24 | - |
YUV | 104.27 | 117.13 | 177.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 73 | 85 | 0 | 0.58 | 0.51 | 0.32 | 352.8 | 0.41 | 0.48 |
Hex | AD | 49 | 55 | 0 | 3A | 33 | 20 | 161 | 29 | 30 |
Octal | 255 | 111 | 125 | 0 | 72 | 63 | 40 | 541 | 51 | 60 |
Binary | 10101101 | 1001001 | 1010101 | 0 | 111010 | 110011 | 100000 | 101100001 | 101001 | 110000 |
Color Harmonies of #AD4955
Complementary color
Monochromatic Colors of #AD4955
Black with #AD4955
Text Example
Text Example
White with #AD4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4955; }
p { color: rgb(173,73,85); }
H1.HeaderClassName
{
color: #AD4955;
}
.AnyTagClassName
{
color: #AD4955;
}
</style>
background-color css
<style>
a { background-color: #AD4955; }
a { background-color: rgb(173,73,85); }
div.DivClassName
{
background-color: #AD4955;
}
.BgClassName
{
background-color: #AD4955;
}
</style>
border-color css
<style>
span { border-color: #AD4955; }
span { border-color: rgb(173,73,85); }
td.TdClassName
{
border-color: #AD4955;
}
.TagClassName
{
border-color: #AD4955;
}
</style>