Shades of Hippie Pink #A94459
Tints of Hippie Pink #A94459
RGB
CMYK
RGB Variations
Color information
#A94459 (or 0xA94459) is known color: Hippie Pink. HEX triplet: A9, 44 and 59. RGB value is (169,68,89). Sum of RGB (Red+Green+Blue) = 169+68+89=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A94459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94459 is #56BBA6. Grayscale: #646464. Windows color (decimal): -5684135 or 5850281. OLE color: 5850281.
HSL color Cylindrical-coordinate representation of color #A94459: hue angle of 347.52º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94459 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 89 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.34 |
| HSL | 347.52º | 0.43% | 0.46% | - |
| HSV(B) | 347.52º | 0.6% | 0.66% | - |
| XYZ | 20.23 | 13.29 | 10.95 | - |
| YUV | 100.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 89 | 0 | 0.60 | 0.47 | 0.34 | 347.52 | 0.43 | 0.46 |
| Hex | A9 | 44 | 59 | 0 | 3C | 2F | 22 | 15C | 2B | 2E |
| Octal | 251 | 104 | 131 | 0 | 74 | 57 | 42 | 534 | 53 | 56 |
| Binary | 10101001 | 1000100 | 1011001 | 0 | 111100 | 101111 | 100010 | 101011100 | 101011 | 101110 |
Color Harmonies of #A94459
Complementary color
Monochromatic Colors of #A94459
Black with #A94459
Text Example
Text Example
White with #A94459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94459; }
p { color: rgb(169,68,89); }
H1.HeaderClassName
{
color: #A94459;
}
.AnyTagClassName
{
color: #A94459;
}
</style>
background-color css
<style>
a { background-color: #A94459; }
a { background-color: rgb(169,68,89); }
div.DivClassName
{
background-color: #A94459;
}
.BgClassName
{
background-color: #A94459;
}
</style>
border-color css
<style>
span { border-color: #A94459; }
span { border-color: rgb(169,68,89); }
td.TdClassName
{
border-color: #A94459;
}
.TagClassName
{
border-color: #A94459;
}
</style>