Shades of Hippie Pink #A44D50
Tints of Hippie Pink #A44D50
RGB
CMYK
RGB Variations
Color information
#A44D50 (or 0xA44D50) is known color: Hippie Pink. HEX triplet: A4, 4D and 50. RGB value is (164,77,80). Sum of RGB (Red+Green+Blue) = 164+77+80=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D50 is #5BB2AF. Grayscale: #676767. Windows color (decimal): -6009520 or 5262756. OLE color: 5262756.
HSL color Cylindrical-coordinate representation of color #A44D50: hue angle of 357.93º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D50 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 80 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.36 |
| HSL | 357.93º | 0.36% | 0.47% | - |
| HSV(B) | 357.93º | 0.53% | 0.64% | - |
| XYZ | 19.41 | 13.78 | 9.23 | - |
| YUV | 103.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 80 | 0 | 0.53 | 0.51 | 0.36 | 357.93 | 0.36 | 0.47 |
| Hex | A4 | 4D | 50 | 0 | 35 | 33 | 24 | 166 | 24 | 2F |
| Octal | 244 | 115 | 120 | 0 | 65 | 63 | 44 | 546 | 44 | 57 |
| Binary | 10100100 | 1001101 | 1010000 | 0 | 110101 | 110011 | 100100 | 101100110 | 100100 | 101111 |
Color Harmonies of #A44D50
Complementary color
Monochromatic Colors of #A44D50
Black with #A44D50
Text Example
Text Example
White with #A44D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D50; }
p { color: rgb(164,77,80); }
H1.HeaderClassName
{
color: #A44D50;
}
.AnyTagClassName
{
color: #A44D50;
}
</style>
background-color css
<style>
a { background-color: #A44D50; }
a { background-color: rgb(164,77,80); }
div.DivClassName
{
background-color: #A44D50;
}
.BgClassName
{
background-color: #A44D50;
}
</style>
border-color css
<style>
span { border-color: #A44D50; }
span { border-color: rgb(164,77,80); }
td.TdClassName
{
border-color: #A44D50;
}
.TagClassName
{
border-color: #A44D50;
}
</style>