Shades of Hippie Pink #A94E5A
Tints of Hippie Pink #A94E5A
RGB
CMYK
RGB Variations
Color information
#A94E5A (or 0xA94E5A) is known color: Hippie Pink. HEX triplet: A9, 4E and 5A. RGB value is (169,78,90). Sum of RGB (Red+Green+Blue) = 169+78+90=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94E5A is #56B1A5. Grayscale: #6A6A6A. Windows color (decimal): -5681574 or 5918377. OLE color: 5918377.
HSL color Cylindrical-coordinate representation of color #A94E5A: hue angle of 352.09º 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 #A94E5A is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 90 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.34 |
| HSL | 352.09º | 0.37% | 0.48% | - |
| HSV(B) | 352.09º | 0.54% | 0.66% | - |
| XYZ | 20.93 | 14.62 | 11.39 | - |
| YUV | 106.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 90 | 0 | 0.54 | 0.47 | 0.34 | 352.09 | 0.37 | 0.48 |
| Hex | A9 | 4E | 5A | 0 | 36 | 2F | 22 | 160 | 25 | 30 |
| Octal | 251 | 116 | 132 | 0 | 66 | 57 | 42 | 540 | 45 | 60 |
| Binary | 10101001 | 1001110 | 1011010 | 0 | 110110 | 101111 | 100010 | 101100000 | 100101 | 110000 |
Color Harmonies of #A94E5A
Complementary color
Monochromatic Colors of #A94E5A
Black with #A94E5A
Text Example
Text Example
White with #A94E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94E5A; }
p { color: rgb(169,78,90); }
H1.HeaderClassName
{
color: #A94E5A;
}
.AnyTagClassName
{
color: #A94E5A;
}
</style>
background-color css
<style>
a { background-color: #A94E5A; }
a { background-color: rgb(169,78,90); }
div.DivClassName
{
background-color: #A94E5A;
}
.BgClassName
{
background-color: #A94E5A;
}
</style>
border-color css
<style>
span { border-color: #A94E5A; }
span { border-color: rgb(169,78,90); }
td.TdClassName
{
border-color: #A94E5A;
}
.TagClassName
{
border-color: #A94E5A;
}
</style>