Shades of Hippie Pink #A34954
Tints of Hippie Pink #A34954
RGB
CMYK
RGB Variations
Color information
#A34954 (or 0xA34954) is known color: Hippie Pink. HEX triplet: A3, 49 and 54. RGB value is (163,73,84). Sum of RGB (Red+Green+Blue) = 163+73+84=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A34954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34954 is #5CB6AB. Grayscale: #656565. Windows color (decimal): -6076076 or 5523875. OLE color: 5523875.
HSL color Cylindrical-coordinate representation of color #A34954: hue angle of 352.67º 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 #A34954 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 84 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.36 |
| HSL | 352.67º | 0.38% | 0.46% | - |
| HSV(B) | 352.67º | 0.55% | 0.64% | - |
| XYZ | 19.09 | 13.19 | 9.93 | - |
| YUV | 101.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 84 | 0 | 0.55 | 0.48 | 0.36 | 352.67 | 0.38 | 0.46 |
| Hex | A3 | 49 | 54 | 0 | 37 | 30 | 24 | 161 | 26 | 2E |
| Octal | 243 | 111 | 124 | 0 | 67 | 60 | 44 | 541 | 46 | 56 |
| Binary | 10100011 | 1001001 | 1010100 | 0 | 110111 | 110000 | 100100 | 101100001 | 100110 | 101110 |
Color Harmonies of #A34954
Complementary color
Monochromatic Colors of #A34954
Black with #A34954
Text Example
Text Example
White with #A34954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34954; }
p { color: rgb(163,73,84); }
H1.HeaderClassName
{
color: #A34954;
}
.AnyTagClassName
{
color: #A34954;
}
</style>
background-color css
<style>
a { background-color: #A34954; }
a { background-color: rgb(163,73,84); }
div.DivClassName
{
background-color: #A34954;
}
.BgClassName
{
background-color: #A34954;
}
</style>
border-color css
<style>
span { border-color: #A34954; }
span { border-color: rgb(163,73,84); }
td.TdClassName
{
border-color: #A34954;
}
.TagClassName
{
border-color: #A34954;
}
</style>