Shades of Hippie Pink #A14D52
Tints of Hippie Pink #A14D52
RGB
CMYK
RGB Variations
Color information
#A14D52 (or 0xA14D52) is known color: Hippie Pink. HEX triplet: A1, 4D and 52. RGB value is (161,77,82). Sum of RGB (Red+Green+Blue) = 161+77+82=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D52 is #5EB2AD. Grayscale: #666666. Windows color (decimal): -6206126 or 5393825. OLE color: 5393825.
HSL color Cylindrical-coordinate representation of color #A14D52: hue angle of 356.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D52 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 82 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.37 |
| HSL | 356.43º | 0.35% | 0.47% | - |
| HSV(B) | 356.43º | 0.52% | 0.63% | - |
| XYZ | 18.87 | 13.49 | 9.59 | - |
| YUV | 102.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 82 | 0 | 0.52 | 0.49 | 0.37 | 356.43 | 0.35 | 0.47 |
| Hex | A1 | 4D | 52 | 0 | 34 | 31 | 25 | 164 | 23 | 2F |
| Octal | 241 | 115 | 122 | 0 | 64 | 61 | 45 | 544 | 43 | 57 |
| Binary | 10100001 | 1001101 | 1010010 | 0 | 110100 | 110001 | 100101 | 101100100 | 100011 | 101111 |
Color Harmonies of #A14D52
Complementary color
Monochromatic Colors of #A14D52
Black with #A14D52
Text Example
Text Example
White with #A14D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D52; }
p { color: rgb(161,77,82); }
H1.HeaderClassName
{
color: #A14D52;
}
.AnyTagClassName
{
color: #A14D52;
}
</style>
background-color css
<style>
a { background-color: #A14D52; }
a { background-color: rgb(161,77,82); }
div.DivClassName
{
background-color: #A14D52;
}
.BgClassName
{
background-color: #A14D52;
}
</style>
border-color css
<style>
span { border-color: #A14D52; }
span { border-color: rgb(161,77,82); }
td.TdClassName
{
border-color: #A14D52;
}
.TagClassName
{
border-color: #A14D52;
}
</style>