Shades of Hippie Pink #A94D5D
Tints of Hippie Pink #A94D5D
RGB
CMYK
RGB Variations
Color information
#A94D5D (or 0xA94D5D) is known color: Hippie Pink. HEX triplet: A9, 4D and 5D. RGB value is (169,77,93). Sum of RGB (Red+Green+Blue) = 169+77+93=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D5D is #56B2A2. Grayscale: #6A6A6A. Windows color (decimal): -5681827 or 6114729. OLE color: 6114729.
HSL color Cylindrical-coordinate representation of color #A94D5D: hue angle of 349.57º 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 #A94D5D is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 93 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.34 |
| HSL | 349.57º | 0.37% | 0.48% | - |
| HSV(B) | 349.57º | 0.54% | 0.66% | - |
| XYZ | 20.99 | 14.53 | 12.05 | - |
| YUV | 106.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 93 | 0 | 0.54 | 0.45 | 0.34 | 349.57 | 0.37 | 0.48 |
| Hex | A9 | 4D | 5D | 0 | 36 | 2D | 22 | 15E | 25 | 30 |
| Octal | 251 | 115 | 135 | 0 | 66 | 55 | 42 | 536 | 45 | 60 |
| Binary | 10101001 | 1001101 | 1011101 | 0 | 110110 | 101101 | 100010 | 101011110 | 100101 | 110000 |
Color Harmonies of #A94D5D
Complementary color
Monochromatic Colors of #A94D5D
Black with #A94D5D
Text Example
Text Example
White with #A94D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D5D; }
p { color: rgb(169,77,93); }
H1.HeaderClassName
{
color: #A94D5D;
}
.AnyTagClassName
{
color: #A94D5D;
}
</style>
background-color css
<style>
a { background-color: #A94D5D; }
a { background-color: rgb(169,77,93); }
div.DivClassName
{
background-color: #A94D5D;
}
.BgClassName
{
background-color: #A94D5D;
}
</style>
border-color css
<style>
span { border-color: #A94D5D; }
span { border-color: rgb(169,77,93); }
td.TdClassName
{
border-color: #A94D5D;
}
.TagClassName
{
border-color: #A94D5D;
}
</style>