Shades of Hippie Pink #A94554
Tints of Hippie Pink #A94554
RGB
CMYK
RGB Variations
Color information
#A94554 (or 0xA94554) is known color: Hippie Pink. HEX triplet: A9, 45 and 54. RGB value is (169,69,84). Sum of RGB (Red+Green+Blue) = 169+69+84=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A94554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94554 is #56BAAB. Grayscale: #646464. Windows color (decimal): -5683884 or 5522857. OLE color: 5522857.
HSL color Cylindrical-coordinate representation of color #A94554: hue angle of 351º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94554 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 69 | 84 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.34 |
| HSL | 351º | 0.42% | 0.47% | - |
| HSV(B) | 351º | 0.59% | 0.66% | - |
| XYZ | 20.09 | 13.33 | 9.9 | - |
| YUV | 100.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 84 | 0 | 0.59 | 0.50 | 0.34 | 351 | 0.42 | 0.47 |
| Hex | A9 | 45 | 54 | 0 | 3B | 32 | 22 | 15F | 2A | 2F |
| Octal | 251 | 105 | 124 | 0 | 73 | 62 | 42 | 537 | 52 | 57 |
| Binary | 10101001 | 1000101 | 1010100 | 0 | 111011 | 110010 | 100010 | 101011111 | 101010 | 101111 |
Color Harmonies of #A94554
Complementary color
Monochromatic Colors of #A94554
Black with #A94554
Text Example
Text Example
White with #A94554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94554; }
p { color: rgb(169,69,84); }
H1.HeaderClassName
{
color: #A94554;
}
.AnyTagClassName
{
color: #A94554;
}
</style>
background-color css
<style>
a { background-color: #A94554; }
a { background-color: rgb(169,69,84); }
div.DivClassName
{
background-color: #A94554;
}
.BgClassName
{
background-color: #A94554;
}
</style>
border-color css
<style>
span { border-color: #A94554; }
span { border-color: rgb(169,69,84); }
td.TdClassName
{
border-color: #A94554;
}
.TagClassName
{
border-color: #A94554;
}
</style>