Shades of Hippie Pink #A94955
Tints of Hippie Pink #A94955
RGB
CMYK
RGB Variations
Color information
#A94955 (or 0xA94955) is known color: Hippie Pink. HEX triplet: A9, 49 and 55. RGB value is (169,73,85). Sum of RGB (Red+Green+Blue) = 169+73+85=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A94955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94955 is #56B6AA. Grayscale: #676767. Windows color (decimal): -5682859 or 5589417. OLE color: 5589417.
HSL color Cylindrical-coordinate representation of color #A94955: hue angle of 352.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94955 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 85 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.34 |
| HSL | 352.5º | 0.4% | 0.47% | - |
| HSV(B) | 352.5º | 0.57% | 0.66% | - |
| XYZ | 20.38 | 13.86 | 10.19 | - |
| YUV | 103.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 85 | 0 | 0.57 | 0.50 | 0.34 | 352.5 | 0.4 | 0.47 |
| Hex | A9 | 49 | 55 | 0 | 39 | 32 | 22 | 160 | 28 | 2F |
| Octal | 251 | 111 | 125 | 0 | 71 | 62 | 42 | 540 | 50 | 57 |
| Binary | 10101001 | 1001001 | 1010101 | 0 | 111001 | 110010 | 100010 | 101100000 | 101000 | 101111 |
Color Harmonies of #A94955
Complementary color
Monochromatic Colors of #A94955
Black with #A94955
Text Example
Text Example
White with #A94955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94955; }
p { color: rgb(169,73,85); }
H1.HeaderClassName
{
color: #A94955;
}
.AnyTagClassName
{
color: #A94955;
}
</style>
background-color css
<style>
a { background-color: #A94955; }
a { background-color: rgb(169,73,85); }
div.DivClassName
{
background-color: #A94955;
}
.BgClassName
{
background-color: #A94955;
}
</style>
border-color css
<style>
span { border-color: #A94955; }
span { border-color: rgb(169,73,85); }
td.TdClassName
{
border-color: #A94955;
}
.TagClassName
{
border-color: #A94955;
}
</style>