Shades of Hippie Pink #A94354
Tints of Hippie Pink #A94354
RGB
CMYK
RGB Variations
Color information
#A94354 (or 0xA94354) is known color: Hippie Pink. HEX triplet: A9, 43 and 54. RGB value is (169,67,84). Sum of RGB (Red+Green+Blue) = 169+67+84=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A94354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94354 is #56BCAB. Grayscale: #636363. Windows color (decimal): -5684396 or 5522345. OLE color: 5522345.
HSL color Cylindrical-coordinate representation of color #A94354: hue angle of 350º 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 #A94354 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 84 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.34 |
| HSL | 350º | 0.43% | 0.46% | - |
| HSV(B) | 350º | 0.6% | 0.66% | - |
| XYZ | 19.97 | 13.09 | 9.86 | - |
| YUV | 99.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 84 | 0 | 0.60 | 0.50 | 0.34 | 350 | 0.43 | 0.46 |
| Hex | A9 | 43 | 54 | 0 | 3C | 32 | 22 | 15E | 2B | 2E |
| Octal | 251 | 103 | 124 | 0 | 74 | 62 | 42 | 536 | 53 | 56 |
| Binary | 10101001 | 1000011 | 1010100 | 0 | 111100 | 110010 | 100010 | 101011110 | 101011 | 101110 |
Color Harmonies of #A94354
Complementary color
Monochromatic Colors of #A94354
Black with #A94354
Text Example
Text Example
White with #A94354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94354; }
p { color: rgb(169,67,84); }
H1.HeaderClassName
{
color: #A94354;
}
.AnyTagClassName
{
color: #A94354;
}
</style>
background-color css
<style>
a { background-color: #A94354; }
a { background-color: rgb(169,67,84); }
div.DivClassName
{
background-color: #A94354;
}
.BgClassName
{
background-color: #A94354;
}
</style>
border-color css
<style>
span { border-color: #A94354; }
span { border-color: rgb(169,67,84); }
td.TdClassName
{
border-color: #A94354;
}
.TagClassName
{
border-color: #A94354;
}
</style>