Shades of Hippie Pink #A34A4C
Tints of Hippie Pink #A34A4C
RGB
CMYK
RGB Variations
Color information
#A34A4C (or 0xA34A4C) is known color: Hippie Pink. HEX triplet: A3, 4A and 4C. RGB value is (163,74,76). Sum of RGB (Red+Green+Blue) = 163+74+76=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A4C is #5CB5B3. Grayscale: #646464. Windows color (decimal): -6075828 or 4999843. OLE color: 4999843.
HSL color Cylindrical-coordinate representation of color #A34A4C: hue angle of 358.65º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A4C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 76 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.36 |
| HSL | 358.65º | 0.38% | 0.46% | - |
| HSV(B) | 358.65º | 0.55% | 0.64% | - |
| XYZ | 18.86 | 13.21 | 8.39 | - |
| YUV | 100.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 76 | 0 | 0.55 | 0.53 | 0.36 | 358.65 | 0.38 | 0.46 |
| Hex | A3 | 4A | 4C | 0 | 37 | 35 | 24 | 167 | 26 | 2E |
| Octal | 243 | 112 | 114 | 0 | 67 | 65 | 44 | 547 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1001100 | 0 | 110111 | 110101 | 100100 | 101100111 | 100110 | 101110 |
Color Harmonies of #A34A4C
Complementary color
Monochromatic Colors of #A34A4C
Black with #A34A4C
Text Example
Text Example
White with #A34A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A4C; }
p { color: rgb(163,74,76); }
H1.HeaderClassName
{
color: #A34A4C;
}
.AnyTagClassName
{
color: #A34A4C;
}
</style>
background-color css
<style>
a { background-color: #A34A4C; }
a { background-color: rgb(163,74,76); }
div.DivClassName
{
background-color: #A34A4C;
}
.BgClassName
{
background-color: #A34A4C;
}
</style>
border-color css
<style>
span { border-color: #A34A4C; }
span { border-color: rgb(163,74,76); }
td.TdClassName
{
border-color: #A34A4C;
}
.TagClassName
{
border-color: #A34A4C;
}
</style>