Shades of Hippie Pink #A94E50
Tints of Hippie Pink #A94E50
RGB
CMYK
RGB Variations
Color information
#A94E50 (or 0xA94E50) is known color: Hippie Pink. HEX triplet: A9, 4E and 50. RGB value is (169,78,80). Sum of RGB (Red+Green+Blue) = 169+78+80=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94E50 is #56B1AF. Grayscale: #696969. Windows color (decimal): -5681584 or 5263017. OLE color: 5263017.
HSL color Cylindrical-coordinate representation of color #A94E50: hue angle of 358.68º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94E50 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 80 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.34 |
| HSL | 358.68º | 0.37% | 0.48% | - |
| HSV(B) | 358.68º | 0.54% | 0.66% | - |
| XYZ | 20.53 | 14.46 | 9.3 | - |
| YUV | 105.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 80 | 0 | 0.54 | 0.53 | 0.34 | 358.68 | 0.37 | 0.48 |
| Hex | A9 | 4E | 50 | 0 | 36 | 35 | 22 | 167 | 25 | 30 |
| Octal | 251 | 116 | 120 | 0 | 66 | 65 | 42 | 547 | 45 | 60 |
| Binary | 10101001 | 1001110 | 1010000 | 0 | 110110 | 110101 | 100010 | 101100111 | 100101 | 110000 |
Color Harmonies of #A94E50
Complementary color
Monochromatic Colors of #A94E50
Black with #A94E50
Text Example
Text Example
White with #A94E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94E50; }
p { color: rgb(169,78,80); }
H1.HeaderClassName
{
color: #A94E50;
}
.AnyTagClassName
{
color: #A94E50;
}
</style>
background-color css
<style>
a { background-color: #A94E50; }
a { background-color: rgb(169,78,80); }
div.DivClassName
{
background-color: #A94E50;
}
.BgClassName
{
background-color: #A94E50;
}
</style>
border-color css
<style>
span { border-color: #A94E50; }
span { border-color: rgb(169,78,80); }
td.TdClassName
{
border-color: #A94E50;
}
.TagClassName
{
border-color: #A94E50;
}
</style>