Shades of Hippie Pink #A34A5F
Tints of Hippie Pink #A34A5F
RGB
CMYK
RGB Variations
Color information
#A34A5F (or 0xA34A5F) is known color: Hippie Pink. HEX triplet: A3, 4A and 5F. RGB value is (163,74,95). Sum of RGB (Red+Green+Blue) = 163+74+95=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A5F is #5CB5A0. Grayscale: #676767. Windows color (decimal): -6075809 or 6245027. OLE color: 6245027.
HSL color Cylindrical-coordinate representation of color #A34A5F: hue angle of 345.84º 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 #A34A5F is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 95 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.36 |
| HSL | 345.84º | 0.38% | 0.46% | - |
| HSV(B) | 345.84º | 0.55% | 0.64% | - |
| XYZ | 19.62 | 13.51 | 12.4 | - |
| YUV | 103.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 95 | 0 | 0.55 | 0.42 | 0.36 | 345.84 | 0.38 | 0.46 |
| Hex | A3 | 4A | 5F | 0 | 37 | 2A | 24 | 15A | 26 | 2E |
| Octal | 243 | 112 | 137 | 0 | 67 | 52 | 44 | 532 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1011111 | 0 | 110111 | 101010 | 100100 | 101011010 | 100110 | 101110 |
Color Harmonies of #A34A5F
Complementary color
Monochromatic Colors of #A34A5F
Black with #A34A5F
Text Example
Text Example
White with #A34A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A5F; }
p { color: rgb(163,74,95); }
H1.HeaderClassName
{
color: #A34A5F;
}
.AnyTagClassName
{
color: #A34A5F;
}
</style>
background-color css
<style>
a { background-color: #A34A5F; }
a { background-color: rgb(163,74,95); }
div.DivClassName
{
background-color: #A34A5F;
}
.BgClassName
{
background-color: #A34A5F;
}
</style>
border-color css
<style>
span { border-color: #A34A5F; }
span { border-color: rgb(163,74,95); }
td.TdClassName
{
border-color: #A34A5F;
}
.TagClassName
{
border-color: #A34A5F;
}
</style>