Shades of Hippie Pink #A34D54
Tints of Hippie Pink #A34D54
RGB
CMYK
RGB Variations
Color information
#A34D54 (or 0xA34D54) is known color: Hippie Pink. HEX triplet: A3, 4D and 54. RGB value is (163,77,84). Sum of RGB (Red+Green+Blue) = 163+77+84=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D54 is #5CB2AB. Grayscale: #676767. Windows color (decimal): -6075052 or 5524899. OLE color: 5524899.
HSL color Cylindrical-coordinate representation of color #A34D54: hue angle of 355.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34D54 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 84 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.36 |
| HSL | 355.12º | 0.36% | 0.47% | - |
| HSV(B) | 355.12º | 0.53% | 0.64% | - |
| XYZ | 19.36 | 13.73 | 10.02 | - |
| YUV | 103.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 84 | 0 | 0.53 | 0.48 | 0.36 | 355.12 | 0.36 | 0.47 |
| Hex | A3 | 4D | 54 | 0 | 35 | 30 | 24 | 163 | 24 | 2F |
| Octal | 243 | 115 | 124 | 0 | 65 | 60 | 44 | 543 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1010100 | 0 | 110101 | 110000 | 100100 | 101100011 | 100100 | 101111 |
Color Harmonies of #A34D54
Complementary color
Monochromatic Colors of #A34D54
Black with #A34D54
Text Example
Text Example
White with #A34D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D54; }
p { color: rgb(163,77,84); }
H1.HeaderClassName
{
color: #A34D54;
}
.AnyTagClassName
{
color: #A34D54;
}
</style>
background-color css
<style>
a { background-color: #A34D54; }
a { background-color: rgb(163,77,84); }
div.DivClassName
{
background-color: #A34D54;
}
.BgClassName
{
background-color: #A34D54;
}
</style>
border-color css
<style>
span { border-color: #A34D54; }
span { border-color: rgb(163,77,84); }
td.TdClassName
{
border-color: #A34D54;
}
.TagClassName
{
border-color: #A34D54;
}
</style>