Shades of Hippie Pink #A05156
Tints of Hippie Pink #A05156
RGB
CMYK
RGB Variations
Color information
#A05156 (or 0xA05156) is known color: Hippie Pink. HEX triplet: A0, 51 and 56. RGB value is (160,81,86). Sum of RGB (Red+Green+Blue) = 160+81+86=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A05156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05156 is #5FAEA9. Grayscale: #696969. Windows color (decimal): -6270634 or 5656992. OLE color: 5656992.
HSL color Cylindrical-coordinate representation of color #A05156: hue angle of 356.2º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05156 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 86 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.37 |
| HSL | 356.2º | 0.33% | 0.47% | - |
| HSV(B) | 356.2º | 0.49% | 0.63% | - |
| XYZ | 19.12 | 14.03 | 10.5 | - |
| YUV | 105.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 86 | 0 | 0.49 | 0.46 | 0.37 | 356.2 | 0.33 | 0.47 |
| Hex | A0 | 51 | 56 | 0 | 31 | 2E | 25 | 164 | 21 | 2F |
| Octal | 240 | 121 | 126 | 0 | 61 | 56 | 45 | 544 | 41 | 57 |
| Binary | 10100000 | 1010001 | 1010110 | 0 | 110001 | 101110 | 100101 | 101100100 | 100001 | 101111 |
Color Harmonies of #A05156
Complementary color
Monochromatic Colors of #A05156
Black with #A05156
Text Example
Text Example
White with #A05156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05156; }
p { color: rgb(160,81,86); }
H1.HeaderClassName
{
color: #A05156;
}
.AnyTagClassName
{
color: #A05156;
}
</style>
background-color css
<style>
a { background-color: #A05156; }
a { background-color: rgb(160,81,86); }
div.DivClassName
{
background-color: #A05156;
}
.BgClassName
{
background-color: #A05156;
}
</style>
border-color css
<style>
span { border-color: #A05156; }
span { border-color: rgb(160,81,86); }
td.TdClassName
{
border-color: #A05156;
}
.TagClassName
{
border-color: #A05156;
}
</style>