Shades of Hippie Pink #A94755
Tints of Hippie Pink #A94755
RGB
CMYK
RGB Variations
Color information
#A94755 (or 0xA94755) is known color: Hippie Pink. HEX triplet: A9, 47 and 55. RGB value is (169,71,85). Sum of RGB (Red+Green+Blue) = 169+71+85=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A94755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94755 is #56B8AA. Grayscale: #656565. Windows color (decimal): -5683371 or 5588905. OLE color: 5588905.
HSL color Cylindrical-coordinate representation of color #A94755: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94755 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 85 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.34 |
| HSL | 351.43º | 0.41% | 0.47% | - |
| HSV(B) | 351.43º | 0.58% | 0.66% | - |
| XYZ | 20.26 | 13.6 | 10.15 | - |
| YUV | 101.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 85 | 0 | 0.58 | 0.50 | 0.34 | 351.43 | 0.41 | 0.47 |
| Hex | A9 | 47 | 55 | 0 | 3A | 32 | 22 | 15F | 29 | 2F |
| Octal | 251 | 107 | 125 | 0 | 72 | 62 | 42 | 537 | 51 | 57 |
| Binary | 10101001 | 1000111 | 1010101 | 0 | 111010 | 110010 | 100010 | 101011111 | 101001 | 101111 |
Color Harmonies of #A94755
Complementary color
Monochromatic Colors of #A94755
Black with #A94755
Text Example
Text Example
White with #A94755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94755; }
p { color: rgb(169,71,85); }
H1.HeaderClassName
{
color: #A94755;
}
.AnyTagClassName
{
color: #A94755;
}
</style>
background-color css
<style>
a { background-color: #A94755; }
a { background-color: rgb(169,71,85); }
div.DivClassName
{
background-color: #A94755;
}
.BgClassName
{
background-color: #A94755;
}
</style>
border-color css
<style>
span { border-color: #A94755; }
span { border-color: rgb(169,71,85); }
td.TdClassName
{
border-color: #A94755;
}
.TagClassName
{
border-color: #A94755;
}
</style>