Shades of Hippie Pink #A94C5C
Tints of Hippie Pink #A94C5C
RGB
CMYK
RGB Variations
Color information
#A94C5C (or 0xA94C5C) is known color: Hippie Pink. HEX triplet: A9, 4C and 5C. RGB value is (169,76,92). Sum of RGB (Red+Green+Blue) = 169+76+92=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C5C is #56B3A3. Grayscale: #696969. Windows color (decimal): -5682084 or 6048937. OLE color: 6048937.
HSL color Cylindrical-coordinate representation of color #A94C5C: hue angle of 349.68º 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 #A94C5C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 92 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.34 |
| HSL | 349.68º | 0.38% | 0.48% | - |
| HSV(B) | 349.68º | 0.55% | 0.66% | - |
| XYZ | 20.88 | 14.38 | 11.8 | - |
| YUV | 105.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 92 | 0 | 0.55 | 0.46 | 0.34 | 349.68 | 0.38 | 0.48 |
| Hex | A9 | 4C | 5C | 0 | 37 | 2E | 22 | 15E | 26 | 30 |
| Octal | 251 | 114 | 134 | 0 | 67 | 56 | 42 | 536 | 46 | 60 |
| Binary | 10101001 | 1001100 | 1011100 | 0 | 110111 | 101110 | 100010 | 101011110 | 100110 | 110000 |
Color Harmonies of #A94C5C
Complementary color
Monochromatic Colors of #A94C5C
Black with #A94C5C
Text Example
Text Example
White with #A94C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C5C; }
p { color: rgb(169,76,92); }
H1.HeaderClassName
{
color: #A94C5C;
}
.AnyTagClassName
{
color: #A94C5C;
}
</style>
background-color css
<style>
a { background-color: #A94C5C; }
a { background-color: rgb(169,76,92); }
div.DivClassName
{
background-color: #A94C5C;
}
.BgClassName
{
background-color: #A94C5C;
}
</style>
border-color css
<style>
span { border-color: #A94C5C; }
span { border-color: rgb(169,76,92); }
td.TdClassName
{
border-color: #A94C5C;
}
.TagClassName
{
border-color: #A94C5C;
}
</style>