Shades of Hippie Pink #A94D5C
Tints of Hippie Pink #A94D5C
RGB
CMYK
RGB Variations
Color information
#A94D5C (or 0xA94D5C) is known color: Hippie Pink. HEX triplet: A9, 4D and 5C. RGB value is (169,77,92). Sum of RGB (Red+Green+Blue) = 169+77+92=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D5C is #56B2A3. Grayscale: #6A6A6A. Windows color (decimal): -5681828 or 6049193. OLE color: 6049193.
HSL color Cylindrical-coordinate representation of color #A94D5C: hue angle of 350.22º 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 #A94D5C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 92 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.34 |
| HSL | 350.22º | 0.37% | 0.48% | - |
| HSV(B) | 350.22º | 0.54% | 0.66% | - |
| XYZ | 20.95 | 14.52 | 11.82 | - |
| YUV | 106.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 92 | 0 | 0.54 | 0.46 | 0.34 | 350.22 | 0.37 | 0.48 |
| Hex | A9 | 4D | 5C | 0 | 36 | 2E | 22 | 15E | 25 | 30 |
| Octal | 251 | 115 | 134 | 0 | 66 | 56 | 42 | 536 | 45 | 60 |
| Binary | 10101001 | 1001101 | 1011100 | 0 | 110110 | 101110 | 100010 | 101011110 | 100101 | 110000 |
Color Harmonies of #A94D5C
Complementary color
Monochromatic Colors of #A94D5C
Black with #A94D5C
Text Example
Text Example
White with #A94D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D5C; }
p { color: rgb(169,77,92); }
H1.HeaderClassName
{
color: #A94D5C;
}
.AnyTagClassName
{
color: #A94D5C;
}
</style>
background-color css
<style>
a { background-color: #A94D5C; }
a { background-color: rgb(169,77,92); }
div.DivClassName
{
background-color: #A94D5C;
}
.BgClassName
{
background-color: #A94D5C;
}
</style>
border-color css
<style>
span { border-color: #A94D5C; }
span { border-color: rgb(169,77,92); }
td.TdClassName
{
border-color: #A94D5C;
}
.TagClassName
{
border-color: #A94D5C;
}
</style>