Shades of Hippie Pink #A15157
Tints of Hippie Pink #A15157
RGB
CMYK
RGB Variations
Color information
#A15157 (or 0xA15157) is known color: Hippie Pink. HEX triplet: A1, 51 and 57. RGB value is (161,81,87). Sum of RGB (Red+Green+Blue) = 161+81+87=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A15157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15157 is #5EAEA8. Grayscale: #696969. Windows color (decimal): -6205097 or 5722529. OLE color: 5722529.
HSL color Cylindrical-coordinate representation of color #A15157: hue angle of 355.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15157 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 87 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.37 |
| HSL | 355.5º | 0.33% | 0.47% | - |
| HSV(B) | 355.5º | 0.5% | 0.63% | - |
| XYZ | 19.36 | 14.15 | 10.73 | - |
| YUV | 105.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 87 | 0 | 0.50 | 0.46 | 0.37 | 355.5 | 0.33 | 0.47 |
| Hex | A1 | 51 | 57 | 0 | 32 | 2E | 25 | 164 | 21 | 2F |
| Octal | 241 | 121 | 127 | 0 | 62 | 56 | 45 | 544 | 41 | 57 |
| Binary | 10100001 | 1010001 | 1010111 | 0 | 110010 | 101110 | 100101 | 101100100 | 100001 | 101111 |
Color Harmonies of #A15157
Complementary color
Monochromatic Colors of #A15157
Black with #A15157
Text Example
Text Example
White with #A15157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15157; }
p { color: rgb(161,81,87); }
H1.HeaderClassName
{
color: #A15157;
}
.AnyTagClassName
{
color: #A15157;
}
</style>
background-color css
<style>
a { background-color: #A15157; }
a { background-color: rgb(161,81,87); }
div.DivClassName
{
background-color: #A15157;
}
.BgClassName
{
background-color: #A15157;
}
</style>
border-color css
<style>
span { border-color: #A15157; }
span { border-color: rgb(161,81,87); }
td.TdClassName
{
border-color: #A15157;
}
.TagClassName
{
border-color: #A15157;
}
</style>