Shades of Hippie Pink #A94C4D
Tints of Hippie Pink #A94C4D
RGB
CMYK
RGB Variations
Color information
#A94C4D (or 0xA94C4D) is known color: Hippie Pink. HEX triplet: A9, 4C and 4D. RGB value is (169,76,77). Sum of RGB (Red+Green+Blue) = 169+76+77=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C4D is #56B3B2. Grayscale: #686868. Windows color (decimal): -5682099 or 5065897. OLE color: 5065897.
HSL color Cylindrical-coordinate representation of color #A94C4D: hue angle of 359.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94C4D is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 77 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.34 |
| HSL | 359.35º | 0.38% | 0.48% | - |
| HSV(B) | 359.35º | 0.55% | 0.66% | - |
| XYZ | 20.29 | 14.14 | 8.68 | - |
| YUV | 103.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 77 | 0 | 0.55 | 0.54 | 0.34 | 359.35 | 0.38 | 0.48 |
| Hex | A9 | 4C | 4D | 0 | 37 | 36 | 22 | 167 | 26 | 30 |
| Octal | 251 | 114 | 115 | 0 | 67 | 66 | 42 | 547 | 46 | 60 |
| Binary | 10101001 | 1001100 | 1001101 | 0 | 110111 | 110110 | 100010 | 101100111 | 100110 | 110000 |
Color Harmonies of #A94C4D
Complementary color
Monochromatic Colors of #A94C4D
Black with #A94C4D
Text Example
Text Example
White with #A94C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C4D; }
p { color: rgb(169,76,77); }
H1.HeaderClassName
{
color: #A94C4D;
}
.AnyTagClassName
{
color: #A94C4D;
}
</style>
background-color css
<style>
a { background-color: #A94C4D; }
a { background-color: rgb(169,76,77); }
div.DivClassName
{
background-color: #A94C4D;
}
.BgClassName
{
background-color: #A94C4D;
}
</style>
border-color css
<style>
span { border-color: #A94C4D; }
span { border-color: rgb(169,76,77); }
td.TdClassName
{
border-color: #A94C4D;
}
.TagClassName
{
border-color: #A94C4D;
}
</style>